diff options
author | Joe Orton <jorton@apache.org> | 2009-09-28 10:56:36 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2009-09-28 10:56:36 +0200 |
commit | 900d08e517b4d3d881cced12a1aa8f28f037bdb9 (patch) | |
tree | c5a6c2b87307114c3191faa7a1dd891f3d870a01 /include | |
parent | fixed wrong 3rd parameter passed to apr_brigade_split_line(). (diff) | |
download | apache2-900d08e517b4d3d881cced12a1aa8f28f037bdb9.tar.xz apache2-900d08e517b4d3d881cced12a1aa8f28f037bdb9.zip |
* include/httpd.h: Fix comment implying that LimitRequestLine
and LimitRequestFieldsize cannot raise limits -- no longer the
case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index c5c332e820..3a664a363d 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -180,7 +180,7 @@ extern "C" { * * Internal buffer sizes are two bytes more than the DEFAULT_LIMIT_REQUEST_LINE * and DEFAULT_LIMIT_REQUEST_FIELDSIZE below, which explains the 8190. - * These two limits can be lowered (but not raised) by the server config + * These two limits can be lowered or raised by the server config * directives LimitRequestLine and LimitRequestFieldsize, respectively. * * DEFAULT_LIMIT_REQUEST_FIELDS can be modified or disabled (set = 0) by |