From: Jim Jagielski Date: Sun, 21 Sep 2008 17:26:09 +0000 (+0000) Subject: This patch is stalled, imo X-Git-Tag: 2.2.10~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d545e676c55ca9bc25e156980a48254d32a6df48;p=thirdparty%2Fapache%2Fhttpd.git This patch is stalled, imo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@697557 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7ec7f79c03b..3cea84f3a6a 100644 --- 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 ] + 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 ] - 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().