Details
Description
Changs to QHttpNetworkReply to reduce memory reallocations. Reserve some bytes instead of doing QByteArray::append(char) all them time. E.g. this can be seen in the parseHeader method that appends bytes to the "fragments" instance.