QHttpNetworkReplyPrivate: Remove unused variable

Oh, and re-remove the spdy protocol handler.

Change-Id: I9ca3517b14ac202eac19ae75d481cfd78d431abb
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
Mårten Nordheim 2020-03-25 15:54:30 +01:00
parent 8dcf7d2674
commit eb13e75f56
3 changed files with 0 additions and 1306 deletions

View File

@ -990,7 +990,6 @@ bool QHttpNetworkReplyPrivate::expectContent()
void QHttpNetworkReplyPrivate::eraseData()
{
compressedData.clear();
responseData.clear();
}

View File

@ -262,7 +262,6 @@ public:
bool autoDecompress;
QByteDataBuffer responseData; // uncompressed body
QByteArray compressedData; // compressed body (temporary)
bool requestIsPrepared;
bool pipeliningUsed;

File diff suppressed because it is too large Load Diff