]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit7d639ad8ddce3b0aa2f8c2f986e4670fe3a85ab1
tree818827fedf9df6832230c177e67743277e755c42
parentf5f83c1f816534b237cac92496e9cb39fc3f490f
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