--- 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
Bugs, which is subscribed to 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-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs