]> granicus.if.org Git - apache/commit
Fix the core_output_filter. It doesn't make any sense to send less than
authorRyan Bloom <rbb@apache.org>
Tue, 23 Jan 2001 23:05:12 +0000 (23:05 +0000)
committerRyan Bloom <rbb@apache.org>
Tue, 23 Jan 2001 23:05:12 +0000 (23:05 +0000)
commit24ad26fca5de199fd435ef1d9445378f326330f2
treedff1fcf2300d7afdd78b86f59941033924ecf9ae
parent32897f5a9fb3e5c52d1c64045067e099a3503f3a
Fix the core_output_filter.  It doesn't make any sense to send less than
8K of a file using sendfile, it is easier to just read strings from the
file and use those strings directly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87800 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c