From: Yann Ylavic Date: Tue, 3 Jun 2014 15:12:50 +0000 (+0000) Subject: New mod_proxy proposals. X-Git-Tag: 2.4.10~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edc41f5629ff67e94fb59c4d9b8b42883c4b53b7;p=apache New mod_proxy proposals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1599599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a95e3f6318..9e891ee6d2 100644 --- 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