]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix reply_body_max_size comment about error pages
authorhno <>
Sun, 27 Apr 2003 06:34:12 +0000 (06:34 +0000)
committerhno <>
Sun, 27 Apr 2003 06:34:12 +0000 (06:34 +0000)
src/cf.data.pre

index c04cda18cdcfbeb10814f8081e88e61a3b3f1388..433d862025205a70422b7e1d7a4b5aa1fce4b0a4 100644 (file)
@@ -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.