[Bug 955883] Re: Squid3 Crash assertion failed: comm.cc:349

Ubuntu user 955883 at bugs.launchpad.net
Wed Mar 21 10:25:00 UTC 2012


--- client_side.cc.org	2012-03-21 10:12:58.000000000 +0000
+++ client_side.cc	2012-03-21 10:15:43.000000000 +0000
@@ -2934,6 +2934,9 @@
 {
     if (!handleRequestBodyData())
         return;
+    // fix of  Squid Bug 3131
+    if (!isOpen() || closing()) // too late to read more body
+	return;
 
     readSomeData();
 }

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid3 in Ubuntu.
https://bugs.launchpad.net/bugs/955883

Title:
  Squid3 Crash assertion failed: comm.cc:349

To manage notifications about this bug go to:
https://bugs.launchpad.net/squid/+bug/955883/+subscriptions



More information about the Ubuntu-server-bugs mailing list