view CHANGES @ 33:52ca695446d3

Keepalive: more connection validity checks. Make sure to not cache connections with errors detected, as well as EOF already read or pending data present. Call ngx_handle_read_event() for event methods which need it.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 31 Aug 2011 21:21:14 +0400
parents 2ee28064a04a
children a84573f16a0c
line wrap: on
line source


Changes with upstream keepalive module 0.4 (2010-12-15):

    *) Bugfix: the "[alert] ... open socket ... left in connection ..."
       messages were logged on nginx worker process gracefull exit for
       each cached connection; the bug had appeared in 0.3.


Changes with upstream keepalive module 0.3 (2010-09-14):

    *) Bugfix: cached connections might be closed needlessly.
       Thanks to Martin Fjordvald.

    *) Bugfix: in memory allocation error handling on config creation.


Changes with upstream keepalive module 0.2 (2009-05-15):

    *) Feature: expiremental support for FastCGI (requires patches).

    *) Bugfix: invalid connections might be cached.


Changes with upstream keepalive module 0.1 (2008-10-24):

    *) The first public version.