-
Bug
-
Resolution: Done
-
P2: Important
-
5.3.0
-
None
-
311f231f8b308b10e1b355ae366505c8ffadf86f
When a secure websocket connection is opened without specifying a port (e.g. wss://echo.websocket.org), then the `createHandshake()` in `QWebSocketPrivate::processStateChanged()` method wrongly defaults to port 80. This should be 80 for non-secure websockets and 443 for secure websockets.