diff -r ef0373b55136 -r 758a864f9613 src/network/access/qhttpnetworkconnection.cpp --- a/src/network/access/qhttpnetworkconnection.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/network/access/qhttpnetworkconnection.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -653,6 +653,8 @@ // is the reply associated the currently processing of this channel? if (channels[i].reply == reply) { channels[i].reply = 0; + channels[i].request = QHttpNetworkRequest(); + channels[i].resendCurrent = false; if (!reply->isFinished() && !channels[i].alreadyPipelinedRequests.isEmpty()) { // the reply had to be prematurely removed, e.g. it was not finished