]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/clients/HttpTunneler.h
Do not blame cache_peer for CONNECT errors (#1772)
[thirdparty/squid.git] / src / clients / HttpTunneler.h
index eb8dcee685784755b3e297fa8ebea745b9449c58..d5090d3ac0db8cc7967c5b49428ce710e80f6f92 100644 (file)
@@ -80,7 +80,7 @@ private:
     void disconnect();
 
     /// updates connection usage history before the connection is closed
-    void countFailingConnection(const ErrorState *);
+    void countFailingConnection();
 
     AsyncCall::Pointer writer; ///< called when the request has been written
     AsyncCall::Pointer reader; ///< called when the response should be read