]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and after that promote.
authorGraham Leggett <minfrin@apache.org>
Sat, 16 Jan 2021 14:06:51 +0000 (14:06 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 16 Jan 2021 14:06:51 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1885572 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 45985241f12b3394ad1046230c8f9abe1fd8de27..0887c966e84200ba5d25712c8f80006e0d3c387a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -138,6 +138,23 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: output filtering improvements (ease following patches, align trunk/2.4)
+     trunk patch: https://svn.apache.org/r1836032
+                  https://svn.apache.org/r1884295
+                  https://svn.apache.org/r1884296
+                  https://svn.apache.org/r1884304
+                  https://svn.apache.org/r1836237
+                  https://svn.apache.org/r1836258
+                  https://svn.apache.org/r1836354
+                  https://svn.apache.org/r1843939
+     2.4.x patch: http://people.apache.org/~ylavic/patches/2.4.x-core_output_filtering-2on5.patch
+                  https://github.com/apache/httpd/pull/156
+     +1: ylavic, covener, minfrin
+     ylavic: These core output filter changes are needed for the proxy
+             tunneling loop to work properly/non-blocking (PR 158 below). They
+             do not include the major filter setaside/reinstate changes from
+             trunk, reluing on existing 2.4 c->data_in_{input,output}_filter
+             flags only.
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -207,24 +224,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jailletc36, minfrin
 
   [ start of series (staged/cumulative patches) ]
-  *) core: output filtering improvements (ease following patches, align trunk/2.4)
-     trunk patch: https://svn.apache.org/r1836032
-                  https://svn.apache.org/r1884295
-                  https://svn.apache.org/r1884296
-                  https://svn.apache.org/r1884304
-                  https://svn.apache.org/r1836237
-                  https://svn.apache.org/r1836258
-                  https://svn.apache.org/r1836354
-                  https://svn.apache.org/r1843939
-     2.4.x patch: http://people.apache.org/~ylavic/patches/2.4.x-core_output_filtering-2on5.patch
-                  https://github.com/apache/httpd/pull/156
-     +1: ylavic, covener
-     ylavic: These core output filter changes are needed for the proxy
-             tunneling loop to work properly/non-blocking (PR 158 below). They
-             do not include the major filter setaside/reinstate changes from
-             trunk, reluing on existing 2.4 c->data_in_{input,output}_filter
-             flags only. 
-
   *) mod_proxy_http: individual status codes for ProxyErrorOverride. BZ 63628
      trunk patch: https://svn.apache.org/r1754974
                   https://svn.apache.org/r1754975