From f75ee91d7e13eb78b121cd589ce619c780ca344c Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Thu, 13 Jun 2002 20:30:09 +0000 Subject: [PATCH] this comment is way bogus git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95656 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 7a1f4e8e7a..7cdc2b8e6e 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1453,11 +1453,6 @@ AP_CORE_DECLARE_NONSTD(apr_status_t) ap_http_header_filter(ap_filter_t *f, AP_DEBUG_ASSERT(!r->main); - /* Handlers -should- be smart enough not to send content on HEAD requests. - * To guard against poorly written handlers, leave the header_filter - * installed (but only for HEAD requests) to intercept and discard content - * after the headers have been sent. - */ if (r->header_only) { if (!ctx) { ctx = f->ctx = apr_pcalloc(r->pool, sizeof(header_filter_ctx)); -- 2.50.1