summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2008-11-16 23:41:53 +0100
committerGraham Leggett <minfrin@apache.org>2008-11-16 23:41:53 +0100
commit8944de6fc2bbefdba72b5d7a5c849c0b7ad1740a (patch)
tree345104ef15018009379bd3779c628e44dbe562de /CHANGES
parentmod_buffer: Optimise the buffering of heap buckets when the heap (diff)
downloadapache2-8944de6fc2bbefdba72b5d7a5c849c0b7ad1740a.tar.xz
apache2-8944de6fc2bbefdba72b5d7a5c849c0b7ad1740a.zip
mod_buffer: Honour the flush bucket and flush the buffer in the
input filter. Make sure that metadata buckets are written to the buffer, not to the final brigade. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@718132 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index be59cd1dae..d677d69186 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
Changes with Apache 2.3.0
[ When backported to 2.2.x, remove entry from this file ]
+ *) mod_buffer: Honour the flush bucket and flush the buffer in the
+ input filter. Make sure that metadata buckets are written to
+ the buffer, not to the final brigade. [Graham Leggett]
+
*) mod_buffer: Optimise the buffering of heap buckets when the heap
buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
Ruediger Pluem]