Project

General

Profile

Actions

Bug #1127

closed

lighttpd hang up in very long header

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

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

when sending a very long header,lighttpd hang up.such as:

header("X-long-string: " . str_repeat ('.',65535));
?>

Actions #1

Updated by snailfly about 17 years ago

BTW:In 1.4.13,lighttpd just by pass the require,nothing output.

Actions #2

Updated by jwmcglynn about 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.

Actions #3

Updated by jan about 17 years ago

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

fixed in r1790

Actions

Also available in: Atom