Changed error string
authorKurt Pattyn <pattyn.kurt@gmail.com>
Wed, 28 Aug 2013 22:17:27 +0000 (00:17 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Wed, 28 Aug 2013 22:17:27 +0000 (00:17 +0200)
src/dataprocessor_p.cpp

index e3ae6c9..241aed5 100644 (file)
@@ -623,7 +623,7 @@ void DataProcessor::process(QIODevice *pIoDevice)
                 if (!m_isFragmented && frame.isContinuationFrame())
                 {
                     clear();
-                    Q_EMIT errorEncountered(QWebSocketProtocol::CC_PROTOCOL_ERROR, tr("Received Continuation frame /*with FIN=true*/, while there is nothing to continue."));
+                    Q_EMIT errorEncountered(QWebSocketProtocol::CC_PROTOCOL_ERROR, tr("Received Continuation frame, while there is nothing to continue."));
                     return;
                 }
                 if (m_isFragmented && frame.isDataFrame() && !frame.isContinuationFrame())