]> granicus.if.org Git - apache/commit
Another performance-related change to core_output_filter(): if we
authorBrian Pane <brianp@apache.org>
Tue, 27 Nov 2001 08:39:02 +0000 (08:39 +0000)
committerBrian Pane <brianp@apache.org>
Tue, 27 Nov 2001 08:39:02 +0000 (08:39 +0000)
commit3eda1aaad88cf46add3caf452b5ef2780988c174
tree67227ea53c4b01f7d04f852b467cfd4f1b24b044
parent8ac8cb48421dfd76510441728bd9f4049522b1f1
Another performance-related change to core_output_filter(): if we
get a long stream of small buckets, so that multiple concatenation
steps are required in a single pass through the brigade, re-use the
buckets from the previous temp brigade when creating the next one.
This allows us to avoid making yet another copy of the previously
concatenated data.

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