]> granicus.if.org Git - apache/commitdiff
vote and promote
authorStefan Eissing <icing@apache.org>
Mon, 24 Oct 2016 10:04:58 +0000 (10:04 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 24 Oct 2016 10:04:58 +0000 (10:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1766369 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b7d214593662f6cac11ec6c09ac7ca0ae729d230..f0c7af4f38128a207639463b0abf58dda7ec48ca 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -130,6 +130,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      for additional details.
      +1: kotkov, jorton, jim
 
+  *) mod_proxy_{http,ajp,fcgi}: don't reuse backend connections with data
+     available before the request is sent.  PR 57832.
+     This also backports deprecation of ap_proxy_ssl_connection_cleanup() and
+     newly introduced proxy_conn->tmp_bb's usage in proxy code (both almost
+     related and immediate/simple follow ups, merge simplified by doing so).
+     trunk patch: http://svn.apache.org/r1750392
+                  http://svn.apache.org/r1750412
+                  http://svn.apache.org/r1750416
+                  http://svn.apache.org/r1750474
+                  http://svn.apache.org/r1750494
+                  http://svn.apache.org/r1750508
+     2.4.x patch: trunk works (modulo CHANGES/MMN), or:
+                  http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch
+     +1: ylavic, jim, icing
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -175,22 +190,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      in the client certificate chain.  PR 55786.
      trunk patch: http://svn.apache.org/r1756542
      2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic
-
-  *) mod_proxy_{http,ajp,fcgi}: don't reuse backend connections with data
-     available before the request is sent.  PR 57832.
-     This also backports deprecation of ap_proxy_ssl_connection_cleanup() and
-     newly introduced proxy_conn->tmp_bb's usage in proxy code (both almost
-     related and immediate/simple follow ups, merge simplified by doing so).
-     trunk patch: http://svn.apache.org/r1750392
-                  http://svn.apache.org/r1750412
-                  http://svn.apache.org/r1750416
-                  http://svn.apache.org/r1750474
-                  http://svn.apache.org/r1750494
-                  http://svn.apache.org/r1750508
-     2.4.x patch: trunk works (modulo CHANGES/MMN), or:
-                  http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch
-     +1: ylavic, jim
+     +1: ylavic, icing (by inspectin)
 
   *) mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
      allowing per backend TLS configuration.