You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2016/11/04 19:01:41 UTC

svn commit: r1768077 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Fri Nov  4 19:01:41 2016
New Revision: 1768077

URL: http://svn.apache.org/viewvc?rev=1768077&view=rev
Log:
promote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1768077&r1=1768076&r2=1768077&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Nov  4 19:01:41 2016
@@ -123,6 +123,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic, jim, covener
 
+  *) http: Respond with "408 Request Timeout" when a timeout occurs while
+     reading the request body.  PR 60313.
+     trunk patch: http://svn.apache.org/r1739201
+     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1739201.patch
+                  (w/o the APR_EGENERAL case added in r1482918, not in 2.4.x)
+     +1: ylavic, covener, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -215,13 +223,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jim, ylavic
      ylavic: r1756553 and r1649491 have a CHANGES entry.
 
-  *) http: Respond with "408 Request Timeout" when a timeout occurs while
-     reading the request body.  PR 60313.
-     trunk patch: http://svn.apache.org/r1739201
-     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1739201.patch
-                  (w/o the APR_EGENERAL case added in r1482918, not in 2.4.x)
-     +1: ylavic, covener, jim
-
   *) core: avoid adding multiple subrequest filters when there are nested 
      subrequests.  PR58292
      trunk patch:  http://svn.apache.org/r1698334