]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
This patch is stalled, imo
authorJim Jagielski <jim@apache.org>
Sun, 21 Sep 2008 17:26:09 +0000 (17:26 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 21 Sep 2008 17:26:09 +0000 (17:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@697557 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7ec7f79c03bf0a5fe20c5bf7532e8e00576bf80f..3cea84f3a6ad1f4c0bf1d044011962699a531801 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -107,6 +107,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1: rpluem: jorton found some problems with the trunk version and they
                   should be fixed / discussed in trunk before we backport.
 
+   * mod_proxy_http: Do not close the connection to the client if the reading
+     of a response from the backend failed due to a timeout.
+     [Adam Woodworth <mirkperl gmail.com>]
+    Trunk version of patch:
+       http://svn.apache.org/viewvc?rev=697362&view=rev
+    Backport version for 2.2.x of patch:
+       Trunk version of patch works
+   +1: rpluem, jim
+
+PATCHES/ISSUES THAT ARE STALLED
+
  * core, authn/z: Avoid calling access control hooks for internal requests
    with configurations which match those of initial request.  Revert to
    original behaviour (call access control hooks for internal requests
@@ -146,16 +157,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    +1: chrisd
    -0: jim (would prefer to see in 2.4, and to push 2.4 out)
 
-   * mod_proxy_http: Do not close the connection to the client if the reading
-     of a response from the backend failed due to a timeout.
-     [Adam Woodworth <mirkperl gmail.com>]
-    Trunk version of patch:
-       http://svn.apache.org/viewvc?rev=697362&view=rev
-    Backport version for 2.2.x of patch:
-       Trunk version of patch works
-   +1: rpluem, jim
-
-PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when
      entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().