-*- 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