You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/06/03 17:12:51 UTC

svn commit: r1599599 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Tue Jun  3 15:12:50 2014
New Revision: 1599599

URL: http://svn.apache.org/r1599599
Log:
New mod_proxy proposals.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1599599&r1=1599598&r2=1599599&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jun  3 15:12:50 2014
@@ -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