From: Yann Ylavic Date: Sun, 1 Feb 2015 21:10:03 +0000 (+0000) Subject: Follow up to r1656259: CHANGES entry. X-Git-Tag: 2.5.0-alpha~3488 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=319f8efae9632e8876a38ffec08d1c608b9d3139;p=apache Follow up to r1656259: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656359 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c1f0270e95..d14b8664ef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,13 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) 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. [Yann Ylavic] + *) core: Define and UnDefine are no longer permitted in directory context. Previously they would always be evaulated as the configuration was read without regard for the directory