src/network/access/qhttpnetworkreply_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
--- a/src/network/access/qhttpnetworkreply_p.h	Fri Apr 16 15:50:13 2010 +0300
+++ b/src/network/access/qhttpnetworkreply_p.h	Mon May 03 13:17:34 2010 +0300
@@ -172,6 +172,7 @@
     bool findChallenge(bool forProxy, QByteArray &challenge) const;
     QAuthenticatorPrivate::Method authenticationMethod(bool isProxy) const;
     void clear();
+    void clearHttpLayerInformation();
 
     qint64 readReplyBodyRaw(QIODevice *in, QByteDataBuffer *out, qint64 size);
     qint64 readReplyBodyChunked(QIODevice *in, QByteDataBuffer *out);