From: Graham Leggett Date: Tue, 21 Jan 2003 15:42:30 +0000 (+0000) Subject: This has been backported to v2.0 X-Git-Tag: pre_ajp_proxy~2232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=321581d1798caa500f80776a233659b9a362c06b;p=apache This has been backported to v2.0 PR: 8677 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98424 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 42047ca143..71b3c15bc2 100644 --- a/CHANGES +++ b/CHANGES @@ -49,9 +49,6 @@ Changes with Apache 2.1.0-dev *) Fix mod_proxy handling of filtered input bodies. [Justin Erenkrantz] - *) Don't remove the Content-Length from responses in mod_proxy - PR: 8677 [Brian Pane] - *) Move the check of the Expect request header field after the hook for ap_post_read_request, since that is the only opportunity for modules to handle Expect extensions. [Justin Erenkrantz]