diff options
author | Yann Ylavic <ylavic@apache.org> | 2015-03-09 13:54:38 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2015-03-09 13:54:38 +0100 |
commit | 8e075e6616c38e17ce5e23390583c42b29a273e6 (patch) | |
tree | 479820828583fcf3a2bdd68b0b31d908a9b6fad5 /CHANGES | |
parent | * mod_cache: Preserve the Content-Type in case of 304 response. (diff) | |
download | apache2-8e075e6616c38e17ce5e23390583c42b29a273e6.tar.xz apache2-8e075e6616c38e17ce5e23390583c42b29a273e6.zip |
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
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 <hendrik.harms + gmail com>, 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] |