diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-09-21 18:22:13 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-09-21 18:22:13 +0200 |
commit | 9115d6301c2c34fae742e6457fa1f089c268b7cc (patch) | |
tree | 4e60653920bb926b8f0903df717edc6f8c783f81 /httpd.dsp | |
parent | Fix the prior fix to the usage of ap_brigade_split()... The caller of (diff) | |
download | apache2-9115d6301c2c34fae742e6457fa1f089c268b7cc.tar.xz apache2-9115d6301c2c34fae742e6457fa1f089c268b7cc.zip |
First cut at a file bucket. Modify the core_filter to handle use
of apr_sendfile(). Modify ap_send_fd() to use the new file bucket.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ SOURCE=.\ap\ap_buckets_eos.c # End Source File # Begin Source File +SOURCE=.\ap\ap_buckets_file.c +# End Source File +# Begin Source File + SOURCE=.\ap\ap_buckets_heap.c # End Source File # Begin Source File |