diff options
author | Mårten Nordheim <[email protected]> | 2019-08-14 12:00:13 +0200 |
---|---|---|
committer | Mårten Nordheim <[email protected]> | 2019-08-22 11:21:28 +0200 |
commit | 6a2112c28c0dcc79a83607f87eec8fbd75440798 (patch) | |
tree | 69f84d54dd0292eb401fd41b0a6791a76ad43dad /src/network/access/qnetworkrequest.cpp | |
parent | d97009a9f147af7f9785afb53df49e874aadd969 (diff) |
Remove use of QByteDataBuffer in QNetworkReplyHttpImpl
It's temporarily storing QByteArrays before we copy them directly to
QIODevice's internal buffer. We can save the extra work by just push
them directly into the buffer.
The signal compression is no longer useful performance-wise, but is
kept as it will throttle the amount of readyRead emissions the users has
to handle.
Reorder some of the operations as a result to make it more natural.
Change-Id: Ifc0481d56fec42545e95970125d883a5c68d647a
Reviewed-by: Alex Trotsenko <[email protected]>
Reviewed-by: Timur Pocheptsov <[email protected]>
Diffstat (limited to 'src/network/access/qnetworkrequest.cpp')
0 files changed, 0 insertions, 0 deletions