From 121a73dbec5fbb5944867e05f55c31832b076a3f Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Mon, 12 Aug 2013 13:46:48 +0200 Subject: [PATCH] Updated TODO comments --- source/websocket.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/websocket.cpp b/source/websocket.cpp index e9865b0..eb87ff3 100644 --- a/source/websocket.cpp +++ b/source/websocket.cpp @@ -719,7 +719,7 @@ void WebSocket::processHandshake(QTcpSocket *pSocket) if (httpStatusCode == 101) //HTTP/1.1 101 Switching Protocols { - //do not check the httpStatusText right now + //TODO: do not check the httpStatusText right now ok = !(acceptKey.isEmpty() || (httpProtocol.toLower() != "http/1.1") || (upgrade.toLower() != "websocket") || @@ -857,7 +857,7 @@ void WebSocket::processData() } } -//TODO: implement separate signals for textframereceived and binaryframereceivd +//TODO: implement separate signals for textframereceived and binaryframereceived in dataprocessor //in that way the UTF8 can be sent as is from within the dataprocessor /*! \internal -- 2.7.4