]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add two backport proposals
authorEric Covener <covener@apache.org>
Wed, 16 Jan 2008 22:49:24 +0000 (22:49 +0000)
committerEric Covener <covener@apache.org>
Wed, 16 Jan 2008 22:49:24 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@612605 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f3288fb761890edec6cfc53ab37d547dd6df57c2..3b186f80965fc2e91cd237e5173035309be018f2 100644 (file)
--- 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