]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit1b9d6852fe0bca93543a3dd1482ea2b6697af875
treedff1fcf2300d7afdd78b86f59941033924ecf9ae
parenta9c097afb10d18a10378b1fa9cd743174d841da8
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