]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/PeerPoolMgr.cc
Do not blame cache_peer for CONNECT errors (#1772)
[thirdparty/squid.git] / src / PeerPoolMgr.cc
index 6b6b440b6b31644cf79e47b63738d4bbd06c38b9..a65e6bbdcb4c883f408e204da0a6f3544e888bf9 100644 (file)
@@ -87,7 +87,7 @@ PeerPoolMgr::handleOpenedConnection(const CommConnectCbParams &params)
     }
 
     if (params.flag != Comm::OK) {
-        NoteOutgoingConnectionFailure(peer, Http::scNone);
+        NoteOutgoingConnectionFailure(peer);
         checkpoint("conn opening failure"); // may retry
         return;
     }