]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added one more note that http_reply_max_size is in bytes, not kilobytes.
authorhno <>
Sat, 1 Feb 2003 20:35:17 +0000 (20:35 +0000)
committerhno <>
Sat, 1 Feb 2003 20:35:17 +0000 (20:35 +0000)
src/cf.data.pre

index 3ecbdd1890bd5a5129afe102c2cc27bfdfff9601..e0566dcb3340c8ebd144a2086e0536b1aba7105d 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.295 2003/01/23 00:37:17 robertc Exp $
+# $Id: cf.data.pre,v 1.296 2003/02/01 13:35:17 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -2490,8 +2490,8 @@ DEFAULT: none
 DEFAULT_IF_NONE: 0 allow all
 LOC: Config.ReplyBodySize
 DOC_START
-        This option specifies the maximum size of a reply body.  It
-       can be used to prevent users from downloading very large files,
+        This option specifies the maximum size of a reply body in bytes.
+       It can be used to prevent users from downloading very large files,
        such as MP3's and movies. When the reply headers are recieved,
        the reply_body_max_size lines are processed, and the first line with
        a result of "allow" is used as the maximum body size for this reply.