Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 51133 invoked from network); 30 Jan 2004 16:24:18 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Jan 2004 16:24:18 -0000 Received: (qmail 8826 invoked by uid 500); 30 Jan 2004 16:24:06 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 8654 invoked by uid 500); 30 Jan 2004 16:24:05 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 8564 invoked by uid 500); 30 Jan 2004 16:24:04 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 8545 invoked from network); 30 Jan 2004 16:24:04 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 30 Jan 2004 16:24:04 -0000 Received: (qmail 50428 invoked by uid 1286); 30 Jan 2004 16:23:56 -0000 Date: 30 Jan 2004 16:23:56 -0000 Message-ID: <20040130162356.50427.qmail@minotaur.apache.org> From: rederpj@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rederpj 2004/01/30 08:23:56 Modified: . CHANGES Log: Synch with 2.0 branch. Justin beat me to the vote, but I had the time for the backport. :) Revision Changes Path 1.1388 +6 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1387 retrieving revision 1.1388 diff -u -r1.1387 -r1.1388 --- CHANGES 30 Jan 2004 15:54:13 -0000 1.1387 +++ CHANGES 30 Jan 2004 16:23:55 -0000 1.1388 @@ -272,6 +272,12 @@ 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