From: Sander Striker Date: Tue, 1 Jul 2003 00:18:10 +0000 (+0000) Subject: Note backport. X-Git-Tag: pre_ajp_proxy~1490 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b66315b59be09e4da768c8fe4a65f31a7656c1f0;p=apache Note backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100425 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8eeaf1b0d1..f689a3bd2e 100644 --- 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 ] + *) Add support for "streamy" PROPFIND responses. [Ben Collins-Sussman ]