comparison CHANGES.ru @ 692:6db6e93f55ee NGINX_1_3_9

nginx 1.3.9 *) Feature: support for chunked transfer encoding while reading client request body. *) Feature: the $request_time and $msec variables can now be used not only in the "log_format" directive. *) Bugfix: cache manager and cache loader processes might not be able to start if more than 512 listen sockets were used. *) Bugfix: in the ngx_http_dav_module.
author Igor Sysoev <http://sysoev.ru>
date Tue, 27 Nov 2012 00:00:00 +0400
parents b5b7eea22fda
children 88a1b4797f2e
comparison
equal deleted inserted replaced
691:acfd484db0ca 692:6db6e93f55ee
1
2 Изменения в nginx 1.3.9 27.11.2012
3
4 *) Добавление: поддержка chunked transfer encoding при получении тела
5 запроса.
6
7 *) Добавление: переменные $request_time и $msec теперь можно
8 использовать не только в директиве log_format.
9
10 *) Исправление: cache manager и cache loader могли не запускаться, если
11 использовалось более 512 listen-сокетов.
12
13 *) Исправление: в модуле ngx_http_dav_module.
14
1 15
2 Изменения в nginx 1.3.8 30.10.2012 16 Изменения в nginx 1.3.8 30.10.2012
3 17
4 *) Добавление: параметр optional_no_ca директивы ssl_verify_client. 18 *) Добавление: параметр optional_no_ca директивы ssl_verify_client.
5 Спасибо Михаилу Казанцеву и Eric O'Connor. 19 Спасибо Михаилу Казанцеву и Eric O'Connor.