From: Jim Jagielski Date: Tue, 9 Oct 2007 13:21:35 +0000 (+0000) Subject: In 2.2.7-dev now X-Git-Tag: 2.3.0~1344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aefd498ccd90963877f045ea7bf5a030623d8000;p=apache In 2.2.7-dev now git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583156 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 28920e62c7..daa74d1ef7 100644 --- a/CHANGES +++ b/CHANGES @@ -8,9 +8,6 @@ Changes with Apache 2.3.0 *) mpm winnt: fix null pointer dereference PR 42572 [Davi Arnaut] - *) http_core: OPTIONS * no longer maps to local storage or URI - space. PR 43519 [Jim Jagielski] - *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses from the backend according to RFC2616. But make it configurable in case something breaks on it. @@ -30,10 +27,6 @@ Changes with Apache 2.3.0 *) mod_proxy_http: Correctly parse all Connection headers in proxy. PR 43509 [Nick Kew] - *) mod_proxy_http: add Via header correctly (if enabled) to - response, even where other Via headers exist. - PR 19439 [Nick Kew] - *) HTTP protocol: Add "DefaultType none" option. PR 13986 and PR 16139 [Nick Kew]