Actions
Bug #1127
closedlighttpd hang up in very long header
ASK QUESTIONS IN Forums:
Description
when sending a very long header,lighttpd hang up.such as:
header("X-long-string: " . str_repeat ('.',65535));
?>
Updated by snailfly over 17 years ago
BTW:In 1.4.13,lighttpd just by pass the require,nothing output.
Updated by jwmcglynn over 17 years ago
Confirmed in revision 1787, it appears to be a an infinite loop. Lighttpd also becomes unresponsive to SIGINTs and consumes all available CPU while this is happening.
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
fixed in r1790
Actions
Also available in: Atom