Added very basic WebSocket support to json server

Former-commit-id: 5d62331eecdbd10287ba0520bbb06814bca0bca7
This commit is contained in:
Gamadril
2014-10-25 22:35:53 +02:00
parent d1f043f233
commit bbc6fe389d
2 changed files with 152 additions and 1 deletions

View File

@@ -161,4 +161,7 @@ private:
/// The buffer used for reading data from the socket
QByteArray _receiveBuffer;
/// used for WebSocket detection and connection handling
bool _webSocketHandshakeDone;
};