From: Amos Jeffries Date: Tue, 19 Nov 2013 22:50:29 +0000 (-0700) Subject: Bug 3960: Dead Peers Are Not Revived X-Git-Tag: SQUID_3_4_0_3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03723701dc8c62ce44029570a75c7c37ef19524c;p=thirdparty%2Fsquid.git Bug 3960: Dead Peers Are Not Revived --- diff --git a/src/neighbors.cc b/src/neighbors.cc index 267d219126..bd9a407ba7 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1316,6 +1316,7 @@ peerProbeConnect(CachePeer * p) Comm::ConnectionPointer conn = new Comm::Connection; conn->remote = p->addresses[i]; conn->remote.port(p->http_port); + conn->setPeer(p); getOutgoingAddress(NULL, conn); ++ p->testing_now;