From: Eric Covener Date: Wed, 16 Jan 2008 22:49:24 +0000 (+0000) Subject: add two backport proposals X-Git-Tag: 2.2.9~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e970512e136fbcb4f77684d10911385ea83a02;p=thirdparty%2Fapache%2Fhttpd.git add two backport proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@612605 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f3288fb7618..3b186f80965 100644 --- a/STATUS +++ b/STATUS @@ -141,6 +141,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, + * mod_proxy_http: Return HTTP status codes instead of apr_status_t + values for errors encountered while forwarding the request body + Trunk version of patch: + http://svn.apache.org/viewvc?rev=611292&view=rev + Backport version for 2.2.x of patch (trunk applies): + http://people.apache.org/~covener/2.2.x-proxy-status_t.diff + + * mod_logio: Provide optional function to allow modules to adjust the + bytes_in count + + Trunk version of patch: + http://svn.apache.org/viewvc?rev=611199&view=rev + http://svn.apache.org/viewvc?rev=611259&view=rev + http://svn.apache.org/viewvc?rev=611413&view=rev + Backport version of 2.2.x of patch: + http://people.apache.org/~covener/2.2.x-logio_subtract_bytes.diff + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when