From: hno <> Date: Mon, 22 Oct 2001 20:40:23 +0000 (+0000) Subject: Removed the default request_body_max_size limit. There is no reason why we X-Git-Tag: SQUID_3_0_PRE1~1332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec719ae2e0f4d595108731593b1cda80c167d102;p=thirdparty%2Fsquid.git Removed the default request_body_max_size limit. There is no reason why we should by default impose a limit on the request body sizes. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index a815996bbd..91d0fc9688 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.237 2001/10/20 11:12:37 hno Exp $ +# $Id: cf.data.pre,v 1.238 2001/10/22 14:40:23 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1452,15 +1452,15 @@ DOC_END NAME: request_body_max_size COMMENT: (KB) TYPE: b_size_t -DEFAULT: 1 MB +DEFAULT: 0 KB LOC: Config.maxRequestBodySize DOC_START This specifies the maximum size for an HTTP request body. In other words, the maximum size of a PUT/POST request. A user who attempts to send a request with a body larger than this limit receives an "Invalid Request" error message. - If you set this parameter to a zero, there will be no limit - imposed. + If you set this parameter to a zero (the default), there will + be no limit imposed. DOC_END NAME: refresh_pattern