]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote [skip ci]
authorStefan Eissing <icing@apache.org>
Thu, 23 Sep 2021 12:31:12 +0000 (12:31 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 23 Sep 2021 12:31:12 +0000 (12:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893558 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 10ef20fcad2fd6fde9ebb7b7ca52555abea3d3a3..0f0b6d14da76f07f36824b628c17bfffcd9cc2ab 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -150,6 +150,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
                    http://people.apache.org/~covener/patches/speling-sync.diff
       +1 covener, rpluem, ylavic
 
+  *) mod_proxy: Handle UDS URIs with empty hostname ("unix:///...") as if they
+     had no hostname ("unix:/..."), also in mod_rewrite's is_absolulte_uri().
+     trunk patch: http://svn.apache.org/r1893519
+                  http://svn.apache.org/r1893532
+     2.4.x patch: svn merge -c 1893519,1893532 ^/httpd/httpd/trunk .
+     +1: ylavic, rpluem, icing
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -175,13 +182,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR: https://github.com/apache/httpd/pull/270
      +1: icing,
 
-  *) mod_proxy: Handle UDS URIs with empty hostname ("unix:///...") as if they
-     had no hostname ("unix:/..."), also in mod_rewrite's is_absolulte_uri().
-     trunk patch: http://svn.apache.org/r1893519
-                  http://svn.apache.org/r1893532
-     2.4.x patch: svn merge -c 1893519,1893532 ^/httpd/httpd/trunk .
-     +1: ylavic, rpluem
-
   *) mpm event: Correctly count active child processes in parent process if
      child process dies due to MaxConnectionsPerChild. PR 65592.
      Trunk version of patch: