nginx 1.1.5v1.1.5
commitc83f62a5f41dd9954094cc35e229ad4fb9e66d60
authorIgor Sysoev <igor@sysoev.ru>
Tue, 4 Oct 2011 20:00:00 +0000 (5 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Tue, 4 Oct 2011 20:00:00 +0000 (5 00:00 +0400)
tree7f49d1a7ea3dfbadbaae45203efbc556fbc1af45
parentaf6e33ecc6d40abd2911d774018ee7538737d561
nginx 1.1.5

    *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
       Thanks to Peter Smit.

    *) Bugfix: non-cacheable responses might be cached if
       "proxy_cache_bypass" directive was used.
       Thanks to John Ferlito.

    *) Bugfix: in HTTP/1.1 support in the ngx_http_proxy_module.

    *) Bugfix: cached responses with an empty body were returned
       incorrectly; the bug had appeared in 0.8.31.

    *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
       bug had appeared in 0.8.32.

    *) Bugfix: in the "return" directive.

    *) Bugfix: the "ssl_session_cache builtin" directive caused segmentation
       fault; the bug had appeared in 1.1.1.
17 files changed:
CHANGES
CHANGES.ru
src/core/nginx.h
src/http/modules/ngx_http_empty_gif_module.c
src/http/modules/ngx_http_mp4_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_rewrite_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_ssl_module.c
src/http/modules/ngx_http_uwsgi_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_file_cache.c
src/http/ngx_http_special_response.c
src/http/ngx_http_upstream.c
src/mail/ngx_mail_ssl_module.c