From: wessels <> Date: Fri, 13 Jan 2006 01:56:11 +0000 (+0000) Subject: Don't allow ICAP connection reuse if there is a timeout on the socket X-Git-Tag: SQUID_3_0_PRE4~367 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe3e2600b0908f8e51da6855385ca8e645225839;p=thirdparty%2Fsquid.git Don't allow ICAP connection reuse if there is a timeout on the socket --- diff --git a/src/ICAP/ICAPXaction.cc b/src/ICAP/ICAPXaction.cc index 5161246db9..d4bf8fa05f 100644 --- a/src/ICAP/ICAPXaction.cc +++ b/src/ICAP/ICAPXaction.cc @@ -209,6 +209,7 @@ void ICAPXaction::noteCommTimedout() void ICAPXaction::handleCommTimedout() { debugs(93, 0, HERE << "ICAP FD " << connection << " timeout to " << theService->methodStr() << " " << theService->uri.buf()); + reuseConnection = false; MemBuf mb; mb.init();