]> granicus.if.org Git - apache/commitdiff
New mod_proxy proposals.
authorYann Ylavic <ylavic@apache.org>
Tue, 3 Jun 2014 15:12:50 +0000 (15:12 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 3 Jun 2014 15:12:50 +0000 (15:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1599599 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a95e3f63186f0b4e41cbc07d491b54f587dbdfe0..9e891ee6d289259fd678e99d6156c75aa45da80a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -204,6 +204,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: ylavic
 
+   * mod_proxy_http: Avoid useless functions calls.
+     trunk patch: http://svn.apache.org/r1572561
+     2.4.x patch: trunk works
+     +1: ylavic
+
+   * mod_proxy: When ping/pong is configured for a worker, don't send or forward
+                "100 Continue" (interim) response to the client if it does not
+                expect one.
+     trunk patch: http://svn.apache.org/r1588519
+     2.4.x patch: trunk works (module CHANGES)
+     +1: ylavic
+
+   * mod_proxy: Preserve original request headers even if they differ
+                from the ones to be forwarded to the backend. PR 45387.
+     trunk patch: http://svn.apache.org/r1588527
+     2.4.x patch: trunk works (module CHANGES)
+     +1: ylavic
+
 
 OTHER PROPOSALS