]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a backport proposal
authorBradley Nicholes <bnicholes@apache.org>
Thu, 8 Jan 2004 18:40:47 +0000 (18:40 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 8 Jan 2004 18:40:47 +0000 (18:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102232 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 31b57eabdca38c14531308042ac6a6b03bb99932..b0a6fa823123e4cbceabbeef1a81ac50013fb83e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/01/08 13:42:18 $]
+Last modified at [$Date: 2004/01/08 18:40:47 $]
 
 Release:
 
@@ -78,6 +78,13 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    * 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.
+      server/core.c r1.255
+      +1: bnicholes
+      
     * mod_ssl: Fix ssl_var_lookup for non-SSL requests, and logging of SSL
       variables from non-SSL connections.
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.24&r2=1.25