]> granicus.if.org Git - apache/commitdiff
Synch with 2.0 branch.
authorPaul J. Reder <rederpj@apache.org>
Fri, 30 Jan 2004 16:23:55 +0000 (16:23 +0000)
committerPaul J. Reder <rederpj@apache.org>
Fri, 30 Jan 2004 16:23:55 +0000 (16:23 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index efcc64911a405c1f8d6ce33a9a952fdd430ea581..d7ee5f2ded87272d03eccb28ec4cd45ee7e7a700 100644 (file)
--- 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