Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8
-
5
-
adf5c7889 (dev), 3b3b48fa7 (6.8)
-
Foundation Sprint 117, Foundation Sprint 118
Description
QWebSockets created from the TCP socket listened to by QHttpServer only allow communication from server to client. This bug is likely to be introduced by the refactoring of QWebSocket verification in QHttpServer during the development of Qt 6.8.
Also add tests that two-way communication works after a QWebSocket is created on the QHttpServer. Because the current auto tests only check that QWebSocket connections are created successfully.