summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-06-19 17:53:58 +0000
committerYann Ylavic <ylavic@apache.org>2020-06-19 17:53:58 +0000
commit2511414cecf62f2120ef7b1a6df71f68d2da07de (patch)
tree99914e96b06b25c0d917a4614c9675a172b1ce90 /CHANGES
parentb092ff988f7e184485c50a41c9e1bd2fef269cb0 (diff)
downloadhttpd-2511414cecf62f2120ef7b1a6df71f68d2da07de.tar.gz
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d7fc4c68e8..7c0edd9d52 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