changeset 23 | 89e065397ea6 |
parent 18 | 2f34d5167611 |
child 30 | 5dc02b23752f |
--- a/src/network/access/qnetworkaccesshttpbackend.cpp Fri May 14 16:40:13 2010 +0300 +++ b/src/network/access/qnetworkaccesshttpbackend.cpp Thu May 27 13:40:48 2010 +0300 @@ -680,8 +680,7 @@ QByteDataBuffer list; while (httpReply->bytesAvailable() != 0 && nextDownstreamBlockSize() != 0 && nextDownstreamBlockSize() > list.byteAmount()) { - QByteArray data = httpReply->readAny(); - list.append(data); + list.append(httpReply->readAny()); } if (!list.isEmpty())