]> granicus.if.org Git - apache/commitdiff
Note backport.
authorSander Striker <striker@apache.org>
Tue, 1 Jul 2003 00:18:10 +0000 (00:18 +0000)
committerSander Striker <striker@apache.org>
Tue, 1 Jul 2003 00:18:10 +0000 (00:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100425 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 8eeaf1b0d1f13a5ce043ca6f559508cde3b7f8ad..f689a3bd2eb4f9a033f4b5fa385f5d14aa9a5abc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -163,6 +163,12 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.47
 
+  *) core_output_filter: don't split the brigade after a FLUSH bucket if
+     it's the last bucket.  This prevents creating unneccessary empty
+     brigades which may not be destroyed until the end of a keepalive
+     connection.
+     [Juan Rivera <Juan.Rivera@citrix.com>]
+
   *) Add support for "streamy" PROPFIND responses.
      [Ben Collins-Sussman <sussman@collab.net>]