nginx 1.1.2v1.1.2
commit1c0c56e5386a02b0f0e25bf6bc23b710883a8e9e
authorIgor Sysoev <igor@sysoev.ru>
Sun, 4 Sep 2011 20:00:00 +0000 (5 00:00 +0400)
committerKirill A. Korinskiy <catap@catap.ru>
Sun, 4 Sep 2011 20:00:00 +0000 (5 00:00 +0400)
tree956a0e098a90bfa147ed457a72baa53c77cd8554
parent22e831ddeb60b36d36db82efd798498b94c7ca8d
nginx 1.1.2

    *) Change: now if total size of all ranges is greater than source
       response size, then nginx disables ranges and returns just the source
       response.

    *) Feature: the "max_ranges" directive.

    *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
       "ssl_prefer_server_ciphers" directives might work incorrectly if SNI
       was used.

    *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
       directives.
14 files changed:
CHANGES
CHANGES.ru
html/http/ngx_http_core_module.html [deleted file]
html/ngx_core_module.html [new file with mode: 0644]
src/core/nginx.h
src/event/ngx_event_openssl.c
src/event/ngx_event_pipe.c
src/http/modules/ngx_http_range_filter_module.c
src/http/modules/perl/nginx.pm
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_file_cache.c
src/http/ngx_http_request.c
src/http/ngx_http_request_body.c