]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix problem with the previous patch to handle HEAD requests. Now, the
authorBill Stoddard <stoddard@apache.org>
Tue, 24 Jul 2001 17:24:05 +0000 (17:24 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 24 Jul 2001 17:24:05 +0000 (17:24 +0000)
commitde06ddf627714f77386856a5e36e44570d1b604d
treec88d7d9e2527ade3a90423901687d10d2641f14f
parent204e7c5e4288c16b012266eb382edac95a72c8fd
Fix problem with the previous patch to handle HEAD requests.  Now, the
header_filter will stay installed in the filter chain when processing
HEAD requests to intercept and discard content bodys sent by poorly
written handlers. This work also points out the need for an optimization
in the content_length filter to not split the brigade if the next bucket
in the brigade is an EOS.

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