]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote
authorStefan Eissing <icing@apache.org>
Tue, 11 Sep 2018 13:59:10 +0000 (13:59 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 11 Sep 2018 13:59:10 +0000 (13:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1840570 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c982b855337ce1b6c089b82d0916858c957f12d8..20e7f60491279620664af29827ffe4d6cb1dc4d2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,6 +124,10 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   *) http: Enforce consistently no response body with both 204 and 304 statuses.
+      trunk patch: http://svn.apache.org/r1837056
+      2.4.x patch: https://home.apache.org/~jim/patches/response-204-304.patch
+      +1: jim, ylavic, icing
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -187,11 +191,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk patch works
       +1: jim, ylavic
 
-   *) http: Enforce consistently no response body with both 204 and 304 statuses.
-      trunk patch: http://svn.apache.org/r1837056
-      2.4.x patch: https://home.apache.org/~jim/patches/response-204-304.patch
-      +1: jim, ylavic
-
   *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
      before signals handling to avoid lifetime issues on restart or shutdown.
      PR 62658.