Remove HttpConnectionState::body
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user