qt6-bb10/tests/auto/network/socket
Alex Trotsenko 6b6955c2ff QAbstractSocket: do not enable read notifications on TCP in bind()
In bind+connect scenario, rejected connection can trigger a read
notification while the socket is opened. But unlike UDP, reading from
the socket engine or emitting a readyRead() signal is not allowed for
the TCP socket in bound or connecting state.

To make a bind+connect scenario work properly, disable the read
notifications until a connection is established.

Task-number: QTBUG-50124
Change-Id: I7b3d015b0f6021fb9ff9f83560478aa5545f41f5
Reviewed-by: Richard J. Moore <rich@kde.org>
2015-12-24 14:05:26 +00:00
..
platformsocketengine fix usage of wince scope 2015-06-05 10:29:10 +00:00
qabstractsocket Update copyright headers 2015-02-11 06:49:51 +00:00
qhttpsocketengine Update copyright headers 2015-02-11 06:49:51 +00:00
qlocalsocket QWindowsPipeReader: fix occasional "Unknown error 995" 2015-11-02 12:38:50 +00:00
qsocks5socketengine Remove the tests for Ubuntu Oneiric (11.10) 2015-03-17 01:26:13 +00:00
qtcpserver fix usage of wince scope 2015-06-05 10:29:10 +00:00
qtcpsocket QAbstractSocket: do not enable read notifications on TCP in bind() 2015-12-24 14:05:26 +00:00
qudpsocket QAbstractSocket: fix writing to socket in HostLookup state 2015-10-13 05:20:08 +00:00
socket.pro WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00