Questionable: support ancient Http and connection: close

This commit is contained in:
Alex Hultman
2021-01-11 13:13:06 +01:00
parent 1acbcaf03a
commit 3347bcc4b2
3 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ private:
HTTP_WRITE_CALLED = 2, // used
HTTP_END_CALLED = 4, // used
HTTP_RESPONSE_PENDING = 8, // used
HTTP_ENDED_STREAM_OUT = 16 // not used
HTTP_CONNECTION_CLOSE = 16 // used
};
/* Per socket event handlers */