Details
Description
on the code path from QNetworkAccessManager::get() to
QTcpSocket::write() there are two calls involved that are invoked
via a QueuedConnection, which would in some occasions delay writing the
data to the socket. The data should be written to the
socket immediately, without returning to the event loop.