From: Joe Orton Date: Mon, 28 Sep 2009 08:56:36 +0000 (+0000) Subject: * include/httpd.h: Fix comment implying that LimitRequestLine X-Git-Tag: 2.3.3~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=900d08e517b4d3d881cced12a1aa8f28f037bdb9;p=apache * 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 --- 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