--- 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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to