]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix problem where a 304 response was not generating an EOS bucket.
authorBill Stoddard <stoddard@apache.org>
Sun, 22 Oct 2000 15:20:08 +0000 (15:20 +0000)
committerBill Stoddard <stoddard@apache.org>
Sun, 22 Oct 2000 15:20:08 +0000 (15:20 +0000)
commit2a407c175584ece7349f76cfed5337784dd99957
tree140e898ca5c07cd6c8d3401cf4cbaf112c045288
parent95b1b283c38f9e75e736f356ed413d36073eacd3
Fix problem where a 304 response was not generating an EOS bucket.
ap_finalize_request_protocol()'s sole purpose in Apache 2.0 is to
send the EOS bucket. Probably need to reimplement ap_send_error_response()
to be consistent with ap_finalize...'s new mission.

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