From: Yann Ylavic Date: Sun, 1 Feb 2015 21:20:36 +0000 (+0000) Subject: Propose. X-Git-Tag: 2.4.13~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45ee5f51877006f4622aee23a1b641579f8bb875;p=apache Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1656360 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 50d72ef2f9..fab9910437 100644 --- a/STATUS +++ b/STATUS @@ -262,9 +262,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: covener, minfrin * mod_proxy_connect: fix duplicated AH introduced by r1635645 - (and merged in r1642857). - trunk patch: http://svn.apache.org/r1656230 - 2.4.x patch: trunk works + (and merged to 2.4.11 in r1642857). + trunk patch: http://svn.apache.org/r1656230 + 2.4.x patch: trunk works (modulo docs/log-message-tags) +1: ylavic, jailletc36 * mod_ssl: Add support for extracting subjectAltName entries of type @@ -274,6 +274,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk patch works (modulo CHANGES) +1: kbrand + * mod_proxy_http: Don't establish or reuse a backend connection before pre- + fetching the request body, so to minimize the delay between it is supposed + to be alive and the first bytes sent: this is a best effort to prevent the + backend from closing because of idle or keepalive timeout in the meantime. + Also, handle a new "proxy-flushall" environment variable which allows to + flush any forwarded body data immediately. PR 56541+37920. + trunk patch: http://svn.apache.org/r1656259 + http://svn.apache.org/r1656359 (CHANGES entry) + 2.4.x patch: trunk works (modulo CHANGES, docs/log-message-tags) + +1: ylavic + + OTHER PROPOSALS * A list of further possible backports can be found at: