]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http.h
HTTP: Protect just-parsed responses from accidental destruction (#1752)
[thirdparty/squid.git] / src / http.h
index cb4ae061d4329371ab2139df8da55180ca2d0a3d..e10603123b74c7987294aa244a035a3733e03872 100644 (file)
@@ -82,7 +82,7 @@ protected:
 
     void processReply();
     void proceedAfter1xx();
-    void handle1xx(HttpReply *msg);
+    void handle1xx(const HttpReplyPointer &);
     void drop1xx(const char *reason);
 
 private: