You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2021/12/10 13:21:09 UTC

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

Author: minfrin
Date: Fri Dec 10 13:21:09 2021
New Revision: 1895761

URL: http://svn.apache.org/viewvc?rev=1895761&view=rev
Log:
Vote and 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=1895761&r1=1895760&r2=1895761&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Dec 10 13:21:09 2021
@@ -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