Fix #1688 - Fragmented http-Headers (#1741)

This commit is contained in:
LordGrey
2024-05-18 09:14:30 +02:00
committed by GitHub
parent 051072ee46
commit 4a5b0b6bf2
2 changed files with 130 additions and 124 deletions

View File

@@ -58,6 +58,7 @@ private:
const bool m_localConnection;
WebSocketClient * m_websocketClient;
WebJsonRpc * m_webJsonRpc;
QByteArray m_fragment;
};
#endif // QTHTTPCLIENTWRAPPER_H