]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Modify mod_include to send blocks of data no larger than 9k.
authorRyan Bloom <rbb@apache.org>
Fri, 2 Mar 2001 06:58:00 +0000 (06:58 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 2 Mar 2001 06:58:00 +0000 (06:58 +0000)
commit6b5cbd6d906aa89b1590f1b296f969de8d0177c3
treee96d2e088c716d7e1aa503a782d53658e8d634df
parent02b420682559cdeab934e374928aa3043b349ce2
Modify mod_include to send blocks of data no larger than 9k.
Without this, mod_include will wait until the whole file is parsed,
or the first tag is found to send any data to the client.
Submitted by:   Paul J. Reder <rederpj@raleigh.ibm.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88417 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_include.c
modules/filters/mod_include.h