From: Yann Ylavic Date: Sun, 1 Feb 2015 21:10:03 +0000 (+0000) Subject: Follow up to r1656259: CHANGES entry. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5547e553238e669c77d0ca9b8e655285ddaae8;p=thirdparty%2Fapache%2Fhttpd.git 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 c1f0270e959..d14b8664efb 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