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
*
* 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