qt5base-lts/tests/auto/network/socket
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
..
platformsocketengine WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00
qabstractsocket Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qhttpsocketengine Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qlocalsocket Remove trailing space from QDebug stream 2013-12-06 13:33:10 +01:00
qsocks5socketengine Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtcpserver WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00
qtcpsocket QAbstractSocket: fix setReadBufferSize from readyRead slot. 2013-12-20 09:30:05 +01:00
qudpsocket WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00
socket.pro WinRT: Fixed compilation of network autotests and benchmarks 2013-12-06 15:06:47 +01:00