]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport r819480 from trunk.
authorYann Ylavic <ylavic@apache.org>
Mon, 11 May 2015 09:01:45 +0000 (09:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 11 May 2015 09:01:45 +0000 (09:01 +0000)
* include/httpd.h: Fix comment implying that LimitRequestLine
  and LimitRequestFieldsize cannot raise limits -- no longer the
  case.

Committed By: jorton
Reviewed By: covener, ylavic, trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1678697 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/httpd.h

diff --git a/STATUS b/STATUS
index 9c853f76c33db4201db8e63936aa584a7af9fae4..2f5c4981cc671554c7821d1ef53f7f6bea42178a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -101,12 +101,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   * core: remove misleading/outdated httpd.h comment about LimitRequestLine
-     compile-time limits.
-     trunk patch: http://svn.apache.org/r819480
-     2.2.x patch: trunk works
-     +1 covener, ylavic, trawick
-
    * mod_reqtimeout: PR56729: mod_reqtimeout gets confused when it sees a read 
      via check_pipeline() just before a slow HTTP response completes.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=r1621453
index 5264184b820813e4e29a2274c35d3ba0a9aaf24b..963d4acda49ece95d07834379b99deea686f5741 100644 (file)
@@ -186,7 +186,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