]> granicus.if.org Git - apache/commit
Fix a bug where errors that happen during early request parsing (like 400
authorGreg Ames <gregames@apache.org>
Tue, 19 Sep 2000 21:11:01 +0000 (21:11 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 19 Sep 2000 21:11:01 +0000 (21:11 +0000)
commitc0f7a5b2c839e686033ecb53330587ea9ffb6d9b
treeb800803c72151ba021039a3f5970a107e237d9c8
parentfaa74873d674285dca3eb2b5607b6d4d278131fd
Fix a bug where errors that happen during early request parsing (like 400
HTTP_BAD_REQUEST) don't send any error message content to the browser.
The core_filter wasn't present this early in request parsing, so the output
went into the bit bucket via r[v]puts->ap_pass_brigade.

The chunking filter takes care of itself nicely, because it is added in
ap_send_http_header if it's needed.

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