diff --git a/src/network/access/qhttpthreaddelegate_p.h b/src/network/access/qhttpthreaddelegate_p.h index 38e9fb4d782..3bd3dd2297c 100644 --- a/src/network/access/qhttpthreaddelegate_p.h +++ b/src/network/access/qhttpthreaddelegate_p.h @@ -80,6 +80,7 @@ public: QString incomingReasonPhrase; bool isPipeliningUsed; bool isHttp2Used; + bool isCompressed = false; qint64 incomingContentLength; qint64 removedContentLength; QNetworkReply::NetworkError incomingErrorCode; @@ -87,8 +88,6 @@ public: QHttp1Configuration http1Parameters; QHttp2Configuration http2Parameters; - bool isCompressed; - protected: // The zerocopy download buffer, if used: QSharedPointer downloadBuffer;