From: Yann Ylavic Date: Mon, 9 Mar 2015 12:54:38 +0000 (+0000) Subject: mod_proxy: follow up to r1665215: CHANGES entry. X-Git-Tag: 2.5.0-alpha~3396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e075e6616c38e17ce5e23390583c42b29a273e6;p=apache 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 224c4f4d83..e0ff19ccfd 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]