nginx 0.9.7master-v0.9v0.9.7
commitd9ced9e0e1715ff59d8e4d8a5dd7930fc512865b
authorIgor Sysoev <igor@sysoev.ru>
Sun, 3 Apr 2011 20:00:00 +0000 (4 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 3 Apr 2011 20:00:00 +0000 (4 00:00 +0400)
treedcbebe7c8c439bcdcdc0f323ddd77b57322bd34b
parent1452e549a46f1fdc107fc32d73056594a8330673
nginx 0.9.7

    *) Feature: now keepalive connections may be closed premature, if there
       are no free worker connections.
       Thanks to Maxim Dounin.

    *) Feature: the "rotate" parameter of the "image_filter" directive.
       Thanks to Adam Bocim.

    *) Bugfix: a case when a backend in "fastcgi_pass", "scgi_pass", or
       "uwsgi_pass" directives is given by expression and refers to a
       defined upstream.
14 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/core/ngx_connection.c
src/core/ngx_connection.h
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_image_filter_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_request.c
src/http/ngx_http_upstream.c