qt5base-lts/tests/auto/network
David Faure 13c246ee11 QAbstractSocket: fix setReadBufferSize from readyRead slot.
In a slot connected to readyRead, if the app detects that the
buffer size is too small and increases it, it expects that
readyRead() will be emitted again.

setReadBufferSize() doesn't re-enable the socket notifier when
calling from within readyRead, and readyRead itself was missing
the code to do it.

Change-Id: Ia00a3066ad3ba09d5cfae0716adc5691ae96c3fa
Done-with: Thiago
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-12-20 09:30:05 +01:00
..
access QNetworkCookie: allow cookies for IPv6 domains 2013-12-13 09:44:25 +01:00
bearer Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
kernel WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00
socket QAbstractSocket: fix setReadBufferSize from readyRead slot. 2013-12-20 09:30:05 +01:00
ssl WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00