summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocketserver.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2016-04-08 10:24:21 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2016-04-08 10:24:21 +0200
commit00156d63eea2fb7681a8a00a3144392d6325e5cb (patch)
tree40f5159d523966cac856138a32d6d369c20b536b /src/websockets/qwebsocketserver.cpp
parentc6d19a89046763f680d7f67c6f9989b4f51fc71e (diff)
parentba9306ec5a1271275d79b2f48ceb227f79352f33 (diff)
downloadqtwebsockets-00156d63eea2fb7681a8a00a3144392d6325e5cb.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-beta1
Change-Id: I7ebcdc16a8b65103abfb9640c990eddbeccdef05
Diffstat (limited to 'src/websockets/qwebsocketserver.cpp')
-rw-r--r--src/websockets/qwebsocketserver.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/websockets/qwebsocketserver.cpp b/src/websockets/qwebsocketserver.cpp
index ba901c3..ab5da31 100644
--- a/src/websockets/qwebsocketserver.cpp
+++ b/src/websockets/qwebsocketserver.cpp
@@ -66,17 +66,16 @@
Calling close() makes QWebSocketServer stop listening for incoming connections.
QWebSocketServer currently does not support
- \l {http://tools.ietf.org/html/rfc6455#page-39} {extensions} and
- \l {http://tools.ietf.org/html/rfc6455#page-12} {subprotocols}.
+ \l {WebSocket Extensions} and
+ \l {WebSocket Subprotocols}.
- \note When working with self-signed certificates, FireFox currently has a
- \l {https://bugzilla.mozilla.org/show_bug.cgi?id=594502} {bug} that prevents it to
+ \note When working with self-signed certificates, \l{Firefox bug 594502} prevents \l{Firefox} to
connect to a secure WebSocket server. To work around this problem, first browse to the
secure WebSocket server using HTTPS. FireFox will indicate that the certificate is invalid.
From here on, the certificate can be added to the exceptions. After this, the secure WebSockets
connection should work.
- QWebSocketServer only supports version 13 of the WebSocket protocol, as outlined in RFC 6455.
+ QWebSocketServer only supports version 13 of the WebSocket protocol, as outlined in \l{RFC 6455}.
\sa {WebSocket Server Example}, QWebSocket
*/