From: hno <> Date: Sun, 27 Apr 2003 06:34:12 +0000 (+0000) Subject: Fix reply_body_max_size comment about error pages X-Git-Tag: SQUID_3_0_PRE1~229 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2239235684029b231df98c44e68bec8d6202b2c6;p=thirdparty%2Fsquid.git Fix reply_body_max_size comment about error pages --- diff --git a/src/cf.data.pre b/src/cf.data.pre index c04cda18cd..433d862025 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.311 2003/04/17 15:25:44 hno Exp $ +# $Id: cf.data.pre,v 1.312 2003/04/27 00:34:12 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -2559,7 +2559,7 @@ DOC_START partial responses and give them out as hits. You should NOT use this option if you have downstream caches. - WARNING: A maximum size larger than the size of squid's error messages + WARNING: A maximum size smaller than the size of squid's error messages will cause an infinite loop and crash squid. Ensure that the smallest non-zero value you use is greater that the maximum header size plus the size of your largest error page.