On 07/11/2016 10:13 PM, Alex Rousskov wrote:
On 07/11/2016 10:18 AM, Christos Tsantilas wrote:
+/// The maximum allowed object size.
+static const size_t MaxObjectSize = 1*1024*1024;
+bool existingContent = reply ? reply->content_length : 0;
+bool exceedSize = (existingConte
Okay, as the author you get to choose.
Lets see how your approach works in reality (as opposed to our differing
ideas of reality) and we can change later if need be.
Amos
___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cach
On 13/07/2016 5:50 p.m., Omid Kosari wrote:
> Hello,
>
> squid crashes after following error
> assertion failed: DestinationIp.cc:41: "checklist->conn() &&
> checklist->conn()->clientConnection != NULL"
>
>
> From the error massage i guess that following config may cause the problem
>
> ac