]> granicus.if.org Git - apache/commit
ap_send_fd should not be sending an EOS bucket, so we should remove any
authorRyan Bloom <rbb@apache.org>
Mon, 6 Nov 2000 20:43:19 +0000 (20:43 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 6 Nov 2000 20:43:19 +0000 (20:43 +0000)
commit895794d2625e22a102b6e5a4abe397c690b83007
tree818827fedf9df6832230c177e67743277e755c42
parentd1e7726a3064f5fb9861c49d98da826aa5032200
ap_send_fd should not be sending an EOS bucket, so we should remove any
trace of that possibility from the code.  First of all, there is nothing
that says you can only send one file bucket in a response, and second,
even if a handler sends a file, nothing says that it can't add text before
or after it too.

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