]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix 204 handling. This moves some logic that used to be in
authorRyan Bloom <rbb@apache.org>
Sat, 18 Nov 2000 04:53:23 +0000 (04:53 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 18 Nov 2000 04:53:23 +0000 (04:53 +0000)
commit4be2035ab6d4a33c1c3ca9df60235fd1872c0f31
tree9592a60941605cb2afc98f873c5e300d025bde14
parent66078e0d34ba55684154f0387bc211a2dff0e7ef
Fix 204 handling.  This moves some logic that used to be in
ap_send_error_response to the http_header filter.  The reason for the move,
is that the header filter takes care of all header processing now.  Without
this change, we were sending garbage data to the client whenever we sent
304 responses.
Submitted by: Brian Havard and Ryan Bloom

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