From: Yann Ylavic Date: Mon, 9 Mar 2015 12:54:38 +0000 (+0000) Subject: mod_proxy: follow up to r1665215: CHANGES entry. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef51aeb6a86ab8c56bc2847690d5205dca073a9f;p=thirdparty%2Fapache%2Fhttpd.git mod_proxy: follow up to r1665215: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1665218 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 224c4f4d837..e0ff19ccfd4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_proxy: use the original (non absolute) form of the request-line's URI + for requests embedded in CONNECT payloads used to connect SSL backends via + a ProxyRemote forward-proxy. PR 55892. [Hendrik Harms , William Rowe, Yann Ylavic] + *) mod_proxy: Fix a race condition that caused a failed worker to be retried before the retry period is over. [Ruediger Pluem]