]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote directly following a vote.
authorGraham Leggett <minfrin@apache.org>
Sun, 17 Jan 2021 16:39:51 +0000 (16:39 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 17 Jan 2021 16:39:51 +0000 (16:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885606 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 67d7d35afd8b443c54efceb28bda5b48f9d7a1a3..38ed50eddae6175f28daa498d7d5a9f2218d906a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -138,6 +138,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy: common spooling code to allow mod_proxy_fgci proxy-sendcl. BZ 57087
+     trunk patch: https://svn.apache.org/r1884067
+                  https://svn.apache.org/r1884068
+                  https://svn.apache.org/r1884069
+                  https://svn.apache.org/r1884070
+     2.4.x patch: http://people.apache.org/~ylavic/patches/2.4.x-mod_proxy_fcgi-sendcl-5on5.patch
+                  https://github.com/apache/httpd/pull/162
+     +1: ylavic, covener, minfrin
+     ylavic: Long standing BZ (always send Content-Length, according to the CGI
+             specs) which is addressed by reusing mod_proxy_http's spooling
+             code (moved to proxy_util) in mod_proxy_fcgi. The user still needs
+             to SetEnv proxy-sendcl for that (2.4 compat).
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -206,21 +219,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       svn merge -c 1881303,1881304,1881305,1881306 ^/httpd/httpd/trunk .
      +1: jailletc36, minfrin
 
-  [ start of series (staged/cumulative patches) ]
-  *) mod_proxy: common spooling code to allow mod_proxy_fgci proxy-sendcl. BZ 57087 
-     trunk patch: https://svn.apache.org/r1884067
-                  https://svn.apache.org/r1884068
-                  https://svn.apache.org/r1884069
-                  https://svn.apache.org/r1884070
-     2.4.x patch: http://people.apache.org/~ylavic/patches/2.4.x-mod_proxy_fcgi-sendcl-5on5.patch
-                  https://github.com/apache/httpd/pull/162
-     +1: ylavic, covener
-     ylavic: Long standing BZ (always send Content-Length, according to the CGI
-             specs) which is addressed by reusing mod_proxy_http's spooling
-             code (moved to proxy_util) in mod_proxy_fcgi. The user still needs
-             to SetEnv proxy-sendcl for that (2.4 compat).
-  [ End of series ]
-
   *) Easy patches: synch 2.4.x and trunk
         - mod_dav: save a few cycles
         - mod_{ssl,md}: init_stapling_status hooks should return an int