qt5base-lts/tests/auto/network
Joerg Bornemann ac8dae8b5e QLocalServer/Win: Fix race condition in listen().
Suppose a client connects while the QLocalServer is still in the loop
that calls addListener. The connection would SetEvent(eventHandle),
but every call to ConnectNamedPipe would ResetEvent(eventHandle).
Thus, the connection is never detected by the notifier on eventHandle.
  Callers of addListener must check the connection state of every
listener to make sure that no client connected while setting up
listeners.

Task-number: QTBUG-49254
Change-Id: Ia961927ea76973708e6e3f73510695eb5d6a0e4c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2016-03-10 17:32:49 +00:00
..
access Accept LFCRLF to mark end of HTTP Headers 2016-03-09 15:47:18 +00:00
bearer Fix compilation for WinRT 2015-12-14 08:43:15 +00:00
kernel Autotest: remove the check that broadcast = ip | ~netmask 2016-01-21 05:19:13 +00:00
socket QLocalServer/Win: Fix race condition in listen(). 2016-03-10 17:32:49 +00:00
ssl Fix compilation for WinRT 2015-12-14 08:43:15 +00:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00