From ed9e1247191081908dc2d003bc28287ebdba85e3 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Fri, 29 Dec 2000 14:08:20 +0000 Subject: [PATCH] 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 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index c9257c31a2c..0fa7d517898 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 -- 2.47.3