]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* This one is backported
authorRuediger Pluem <rpluem@apache.org>
Wed, 12 Mar 2014 12:37:48 +0000 (12:37 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 12 Mar 2014 12:37:48 +0000 (12:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1576715 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e3528c2c01250a96be087c53317f149f06e20353..573a146f3f6f53b1ee698052f9d7b5844ec8634d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,14 +98,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
- * 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 accepted for backport in 2.2.27.
-   trunk patch: http://svn.apache.org/r1572543
-   2.2.x patch: http://people.apache.org/~ylavic/2.2.x-ap_proxy_pass_brigade_cleanup.patch
-   +1: ylavic, rpluem, wrowe
-
   *) mod_log_config: Clean up cookie logging with fewer redundant
      string parsing passes.  Log only cookies with a value assignment.
      [William Rowe, Ruediger Pluem, Jim Jagielski]