diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,6 +2,11 @@ Changes with Apache 2.3.5 + *) Ensure each subrequest has a shallow copy of headers_in so that the + parent request headers are not corrupted. Elimiates a problematic + optimization in the case of no request body. PR 48359 + [Jake Scott, William Rowe] + *) Turn static function get_server_name_for_url() into public ap_get_server_name_for_url() and use it where appropriate. This fixes mod_rewrite generating invalid URLs for redirects to IPv6 @@ -23,9 +28,6 @@ Changes with Apache 2.3.5 *) mod_proxy_balancer: Fix crash in balancer-manager. [Rainer Jung] - *) mod_headers: Ensure that changes to the main request remain valid when - the subrequest is destroyed. PR 48359 [Nick Kew, Ruediger Pluem] - *) Core HTTP: disable keepalive when the Client has sent Expect: 100-continue but we respond directly with a non-100 response. |