qt5base-lts/tests/auto/network/socket
Thiago Macieira a4c837b3a1 Fix QUdpSocket's emission of readyRead()
The documentation says that QUdpSocket emits readyRead() only for one
datagram and that if you don't read it, the class will not emit again.
That should be implemented by disabling of the socket notifier once we
have the datagram already read, but was broken.

In turn, that breakage caused a live-lock of the event loop: since we
didn't disable the notifier nor read the pending datagram, the event
loop would fire every time for the same datagram.

The re-enabling of the notifier was already working.

Task-number: QTBUG-43857
Change-Id: Ic5d393bfd36e48a193fcffff13bb32ad390b5fe8
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
Reviewed-by: Richard J. Moore <rich@kde.org>
2015-01-22 04:44:10 +01:00
..
platformsocketengine Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qabstractsocket Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qhttpsocketengine Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qlocalsocket Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsocks5socketengine Fix how qsocks5socketengine autotests are blacklisted 2014-11-20 14:58:52 +01:00
qtcpserver Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qtcpsocket Suppress silly shell warning during qmake of qtcpsocket.pro 2014-12-24 14:41:55 +01:00
qudpsocket Fix QUdpSocket's emission of readyRead() 2015-01-22 04:44:10 +01:00
socket.pro WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00