]> granicus.if.org Git - apache/commitdiff
vote/promote
authorEric Covener <covener@apache.org>
Wed, 8 Jul 2015 15:12:37 +0000 (15:12 +0000)
committerEric Covener <covener@apache.org>
Wed, 8 Jul 2015 15:12:37 +0000 (15:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1689898 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b4345f9c9e265fa340bbb8546b8f087d23d84de9..cbe596b2b7be40c845f937cea1b48d4ecec2bc44 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -108,6 +108,22 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: Avoid a possible truncation of the faulty header included in the
+     HTML response when LimitRequestFieldSize is reached.
+     trunk patch: http://svn.apache.org/r1683123
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: jailletc36, ylavic, covener
+
+  *) mod_reqtimeout: Don't let pipelining checks and keep-alive times interfere
+     with the timeouts computed for subsequent requests.  PR 56729.
+     trunk patch: http://svn.apache.org/r1621453
+                  http://svn.apache.org/r1641376
+                  http://svn.apache.org/r1689325
+     2.4.x patch: trunk works (modulo CHANGES)
+                  (http://people.apache.org/~ylavic/httpd-2.4.x-reqtimeout_pre_read_request.patch
+                   for global review)
+     +1: ylavic, wrowe, covener
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -205,22 +221,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-SubstituteInheritBefore-v4.patch
      +1: ylavic
 
-  *) core: Avoid a possible truncation of the faulty header included in the
-     HTML response when LimitRequestFieldSize is reached.
-     trunk patch: http://svn.apache.org/r1683123
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: jailletc36, ylavic
-
-  *) mod_reqtimeout: Don't let pipelining checks and keep-alive times interfere
-     with the timeouts computed for subsequent requests.  PR 56729.
-     trunk patch: http://svn.apache.org/r1621453
-                  http://svn.apache.org/r1641376
-                  http://svn.apache.org/r1689325
-     2.4.x patch: trunk works (modulo CHANGES)
-                  (http://people.apache.org/~ylavic/httpd-2.4.x-reqtimeout_pre_read_request.patch
-                   for global review)
-     +1: ylavic, wrowe
-
    *) mod_ldap: Fix unexpected return codes from LDAP lib being coerced
       into LDAP_NO_SUCH_ATTRIBUTE + some new tracing.