]> granicus.if.org Git - apache/commit
mod_buffer: Optional support for buffering of the input and output
authorGraham Leggett <minfrin@apache.org>
Sat, 15 Nov 2008 15:49:28 +0000 (15:49 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 15 Nov 2008 15:49:28 +0000 (15:49 +0000)
commit93d3db6999becf39536df05d70388ffed92e40e7
tree5b58838dd7668e7228dfb250e5e401aa379645e0
parentd05ddf0168e8a95854aff00f8a08e34cfc5f7cd5
mod_buffer: Optional support for buffering of the input and output
filter stacks. Can collapse many small buckets into fewer larger
buckets, and prevents excessively small chunks being sent over
the wire.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@717867 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_buffer.xml [new file with mode: 0644]
docs/manual/mod/mod_buffer.xml.meta [new file with mode: 0644]
modules/filters/config.m4
modules/filters/mod_buffer.c [new file with mode: 0644]