-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.14.0
-
None
-
-
1478c1dec (dev), 1656ea3b7 (6.10), 5672ee61f (6.9), fda9cfad8 (tqtc/lts-6.8)
I've first used the Echo Client & Server example [1], but it also happens when the client example is run against an official server like [2].
When close() is called in the client, it leads to:
1. Client: WebSocket Connection Close [FIN]
2. Client: TCP FIN
3. Server: WebSocket Connection Close [FIN]
4. Client: TCP RST
Expected: The websocket as well as the TCP connection are shut down properly.
[1] https://doc.qt.io/qt-5/qtwebsockets-echoserver-example.html
[2] ws://echo.websocket.org
- relates to
-
QTBUG-68552 QWebSocket SIGPIPE on QWebSocketPrivate::close due to Timeout
-
- Reported
-