]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/PeerConnector.h
Do not blame cache_peer for CONNECT errors (#1772)
[thirdparty/squid.git] / src / security / PeerConnector.h
index 3c7c01b8dcbf6d9e7cff8d2a3f828a765aa20734..b00f3852a85aa2b40085a01b70ed3fb594e4dab7 100644 (file)
@@ -150,7 +150,7 @@ protected:
     void disconnect();
 
     /// updates connection usage history before the connection is closed
-    void countFailingConnection(const ErrorState *);
+    void countFailingConnection();
 
     /// If called the certificates validator will not used
     void bypassCertValidator() {useCertValidator_ = false;}