From: Paul J. Reder Date: Fri, 30 Jan 2004 16:23:55 +0000 (+0000) Subject: Synch with 2.0 branch. X-Git-Tag: pre_ajp_proxy~750 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=193efc342bb7461614dc9026072d011c2e802f57;p=apache Synch with 2.0 branch. Justin beat me to the vote, but I had the time for the backport. :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index efcc64911a..d7ee5f2ded 100644 --- a/CHANGES +++ b/CHANGES @@ -272,6 +272,12 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) core.c: If large file support is enabled, allow any file that is + greater than AP_MAX_SENDFILE to be split into multiple buckets. + This allows Apache to send files that are greater than 2gig. + Otherwise we run into 32/64 bit type mismatches in the file size. + [Brad Nicholes] + *) proxy_http fix: mod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled, and a non-200 response without a body is generated by the backend server. (e.g.: a client makes a