]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Fri, 10 Dec 2021 13:21:09 +0000 (13:21 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 10 Dec 2021 13:21:09 +0000 (13:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1895761 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bb0d00bee5d683a4c375ac2c2fd4ecffd9bf550f..a6a7ee2beb137a6ae04739b5a0aad8d65e643781 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -144,6 +144,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy_connect: Honor the smallest of the backend or client timeout
+     while tunneling, and handle "proxy-nohalfclose" as opt-out for hlaf-close
+     tunneling. PR 65631, 65662, 65689.
+     trunk patch: http://svn.apache.org/r1894290
+                  http://svn.apache.org/r1895304
+     backport PR: https://github.com/apache/httpd/pull/278
+     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/278.patch
+     +1: ylavic, rpluem, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -180,15 +189,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-element.patch
      +1: minfrin
 
-  *) mod_proxy_connect: Honor the smallest of the backend or client timeout
-     while tunneling, and handle "proxy-nohalfclose" as opt-out for hlaf-close
-     tunneling. PR 65631, 65662, 65689.
-     trunk patch: http://svn.apache.org/r1894290
-                  http://svn.apache.org/r1895304
-     backport PR: https://github.com/apache/httpd/pull/278
-     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/278.patch
-     +1: ylavic, rpluem
-
   *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
      trunk patch: http://svn.apache.org/r1894285
                   http://svn.apache.org/r1894286