]> granicus.if.org Git - apache/commitdiff
* include/httpd.h: Fix comment implying that LimitRequestLine
authorJoe Orton <jorton@apache.org>
Mon, 28 Sep 2009 08:56:36 +0000 (08:56 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 28 Sep 2009 08:56:36 +0000 (08:56 +0000)
  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

include/httpd.h

index c5c332e8200fb260c8f716784f9e1dbf57416f2d..3a664a363d17974534b14693ac14b94771f40860 100644 (file)
@@ -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