]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Don't allow ICAP connection reuse if there is a timeout on the socket
authorwessels <>
Fri, 13 Jan 2006 01:56:11 +0000 (01:56 +0000)
committerwessels <>
Fri, 13 Jan 2006 01:56:11 +0000 (01:56 +0000)
src/ICAP/ICAPXaction.cc

index 5161246db94e84385059c0f483d373eca9b7efaf..d4bf8fa05fdab9da6169898c7b33e5c9f56b8c51 100644 (file)
@@ -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();