]> granicus.if.org Git - apache/commitdiff
* Vote and promote
authorRuediger Pluem <rpluem@apache.org>
Fri, 28 Feb 2014 20:48:19 +0000 (20:48 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 28 Feb 2014 20:48:19 +0000 (20:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1573073 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index efef85a12d0d0ed08f33e32a3e6c797ff635ff26..92d7dd62b74dadfb71d2d0e8ad5e3f11a5af7ba7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -108,6 +108,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch:  trunk works
      +1: ylavic, jim, mrumph
 
+   * mod_proxy: Cleanup the client to backend brigade before returning an error
+                (if any) to avoid buckets lifetime issues (backend connection's
+                pool destroyed before request's one). PR 50335.
+                Follows up r1534321 and r1550061 already backported to 2.4.8.
+     trunk patch: http://svn.apache.org/r1572543
+     2.4.x patch: trunk works
+     +1: ylavic, jim, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -199,14 +206,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              https://www.mail-archive.com/dev@httpd.apache.org/msg58307.html
              but my opinion there is +1, same here...
 
-   * mod_proxy: Cleanup the client to backend brigade before returning an error
-                (if any) to avoid buckets lifetime issues (backend connection's
-                pool destroyed before request's one). PR 50335.
-                Follows up r1534321 and r1550061 already backported to 2.4.8.
-     trunk patch: http://svn.apache.org/r1572543
-     2.4.x patch: trunk works
-     +1: ylavic, jim
-
    * mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782.
                 This may happen when ProxyPreserveHost is on and the proxy-worker
                 handles connections to different Hosts.