Make QWebSocketPrivate::makeConnections() take care of all connections.
authorChristian Kandeler <christian.kandeler@digia.com>
Mon, 15 Sep 2014 15:07:33 +0000 (17:07 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Mon, 3 Nov 2014 10:38:47 +0000 (11:38 +0100)
commitd6a24fd24597af8cdff5944d32a54acb01b806f3
treede32b7b3169d944a08e84183219c6969784ca098
parent4ccbf920d63ae1bf52b8a3bf6c795822172acc24
Make QWebSocketPrivate::makeConnections() take care of all connections.

Otherwise all code that calls it has to handle the other connections
separately, which is error-prone and has actually been forgotten for the
case where the QWebSocket is created via upgradeFrom().

Task-number: QTBUG-39551
Change-Id: I4d1e4faa1594b53e7a8dccc9ce13ef2c323b1c61
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
src/websockets/qwebsocket_p.cpp