The slot in the websocket client will now run through until there are no more data in the buffer

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
Paulchen-Panther
2019-07-21 15:03:50 +02:00
parent 370e1b5f45
commit 96d79cdef6
14 changed files with 652 additions and 661 deletions

View File

@@ -17,7 +17,7 @@ public:
struct WebSocketHeader
{
bool fin;
quint8 opCode;
quint8 opCode;
bool masked;
quint64 payloadLength;
char key[4];