From: Amos Jeffries Date: Thu, 1 Sep 2011 14:12:28 +0000 (+1200) Subject: Bug 3259: assertion failed: Connection.cc:29: 'fd<0' after REVIVED PARENT X-Git-Tag: take08~33^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db9bf30ddea75c6e45ee09ed727c050f4a8e2b73;p=thirdparty%2Fsquid.git Bug 3259: assertion failed: Connection.cc:29: 'fd<0' after REVIVED PARENT --- diff --git a/src/neighbors.cc b/src/neighbors.cc index 2254f56927..6c62640805 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1341,7 +1341,8 @@ peerProbeConnectDone(const Comm::ConnectionPointer &conn, comm_err_t status, int } p->testing_now--; - return; + conn->close(); + // TODO: log this traffic. } static void