]> granicus.if.org Git - apache/commitdiff
note some recent tweaks to bucket/brigade processing, as well as the
authorJeff Trawick <trawick@apache.org>
Fri, 29 Dec 2000 14:08:20 +0000 (14:08 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 29 Dec 2000 14:08:20 +0000 (14:08 +0000)
problem they fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87550 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

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