Remove HttpConnectionState::body

This commit is contained in:
2025-08-21 11:56:00 -04:00
parent 0b9310d560
commit 78a7549ce5
2 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,6 @@ struct HttpConnectionState {
// Current request data (arena-allocated)
std::string_view method;
std::string_view url;
std::string_view body;
// Parse state
bool headers_complete = false;