--- a/src/network/access/qhttpnetworkconnectionchannel.cpp Tue Jul 06 15:10:48 2010 +0300
+++ b/src/network/access/qhttpnetworkconnectionchannel.cpp Wed Aug 18 10:37:55 2010 +0300
@@ -288,8 +288,8 @@
}
// HTTP pipelining
- //connection->d_func()->fillPipeline(socket);
- //socket->flush();
+ connection->d_func()->fillPipeline(socket);
+ socket->flush();
// ensure we try to receive a reply in all cases, even if _q_readyRead_ hat not been called
// this is needed if the sends an reply before we have finished sending the request. In that