Some cleanups.

This commit is contained in:
JoelKatz
2012-10-18 14:27:54 -07:00
parent b70e12ee61
commit 3380253bf9
3 changed files with 13 additions and 6 deletions

View File

@@ -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;