Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657, thx apenwarr)

Sry for the broken commit message

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2638 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2009-10-11 20:36:49 +00:00
parent ce74fd521c
commit a68a289c75
1 changed files with 1 additions and 0 deletions

1
NEWS
View File

@ -45,6 +45,7 @@ NEWS
* mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)
* mod_compress: match partial+full content-type (fixes #1552)
* mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)
* Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
- 1.4.23 - 2009-06-19
* Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)