Project

General

Profile

Actions

Bug #1032

closed

http header parsing failed with empty content header

Added by Anonymous about 17 years ago. Updated about 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
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

Actions #1

Updated by moo about 17 years ago

this is a must fix. i used to clear header by setting it to empty, althought i can't unset it clearly

Actions #2

Updated by jwmcglynn about 17 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

Fixed in r1689.

Actions

Also available in: Atom