Initial WebSocket hook up

This commit is contained in:
Alex Hultman
2018-10-29 23:06:32 +01:00
parent ab6abaf2e6
commit 1613c5020d
9 changed files with 295 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ private:
HTTP_STATUS_CALLED = 1, // used
HTTP_WRITE_CALLED = 2, // used
HTTP_END_CALLED = 4, // used
HTTP_PAUSED_STREAM_OUT = 8, // not used
HTTP_UPGRADED_TO_WEBSOCKET = 8, // used
HTTP_ENDED_STREAM_OUT = 16 // not used
};