Actions
Bug #1032
closedhttp header parsing failed with empty content header
ASK QUESTIONS IN Forums:
Description
When run this php code,lighttpd raise up a error with message "http_resp.c.247: (trace) parsing failed ...
mod_proxy_core.c.1922: (trace) state: 5 (error)".
header('X-empty: ');
?>
It's because no content follow up 'X-empty:'.
This is found in lighttpd 1.5.0 r1605.
forum thread: http://forum.lighttpd.net/topic/5123#6316
-- snailfly
Updated by moo almost 18 years ago
this is a must fix. i used to clear header by setting it to empty, althought i can't unset it clearly
Updated by jwmcglynn over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
Fixed in r1689.
Actions
Also available in: Atom