From: Yann Ylavic Date: Fri, 19 Jun 2020 17:53:58 +0000 (+0000) Subject: CHANGES entry for ap_proxy_define_match_worker(). X-Git-Tag: 2.5.0-alpha2-ci-test-only~1367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2511414cecf62f2120ef7b1a6df71f68d2da07de;p=thirdparty%2Fapache%2Fhttpd.git CHANGES entry for ap_proxy_define_match_worker(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879001 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d7fc4c68e8e..7c0edd9d529 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,17 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_proxy: recognize parameters from ProxyPassMatch workers with dollar + substitution, such that they apply to the backend connection. Note that + connection reuse is disabled by default to avoid compatibility issues. + [Takashi Sato, Jan Kaluza, Eric Covener, Yann Ylavic, Jean-Frederic Clere] + + remove proxy-sendchunked and proxy-sendchunks + handling, the defaut behaviour being now to stream the request body + using Content-Length when the length is known and fall back to chunked + Transfer-Encoding otherwise (unless proxy-sendcl is set thus requiring + that the request body be spooled to memory or filesystem). [Yann Ylavic] + *) mod_proxy_http: remove proxy-sendchunked and proxy-sendchunks handling, the defaut behaviour being now to stream the request body using Content-Length when the length is known and fall back to chunked