From: Jeff Trawick Date: Fri, 29 Dec 2000 14:08:20 +0000 (+0000) Subject: note some recent tweaks to bucket/brigade processing, as well as the X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fa45ddbe41b8fe3ff50d15cb992680265895a6b;p=apache note some recent tweaks to bucket/brigade processing, as well as the problem they fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c9257c31a2..0fa7d51789 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ Changes with Apache 2.0b1 + *) Fix an output truncation error when on an HTTP >= 1.0 request an + object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE + was served through mod_charset_lite (or anything else that would + create a transient bucket in this size range). ap_bucket_make_heap() + silently failed (fixed), transient_setaside() discovered it, but + ap_save_brigade() ignored it (fixed). [Jeff Trawick] + *) Ignore \r\n or \n when using PEEK mode for input filters. The problem is that some browsers send extra lines at the end of POST requests, and we don't want to delay sending data back to the user just because the