mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Some cleanups.
This commit is contained in:
@@ -24,8 +24,7 @@ protected:
|
||||
await_request, // We are waiting for the request line
|
||||
await_header, // We are waiting for request headers
|
||||
getting_body, // We are waiting for the body
|
||||
await_close, // We are waiting for the request to complete so we can close the connection
|
||||
await_reset // We are waiting for the request to complete so we can reset the connection
|
||||
do_request, // We are waiting for the request to complete
|
||||
};
|
||||
|
||||
state eState;
|
||||
|
||||
Reference in New Issue
Block a user