comparison CHANGES.ru @ 162:6be073125f2e NGINX_0_3_28

nginx 0.3.28 *) Feature: the "restrict_host_names" directive was canceled. *) Feature: the --with-cpu-opt=ppc64 configuration parameter. *) Bugfix: on some condition the proxied connection with a client was terminated prematurely. Thanks to Vladimir Shutoff. *) Bugfix: the "X-Accel-Limit-Rate" header line was not taken into account if the request was redirected using the "X-Accel-Redirect" header line. *) Bugfix: the "post_action" directive ran only after a successful completion of a request. *) Bugfix: the proxied response body generated by the "post_action" directive was transferred to a client.
author Igor Sysoev <http://sysoev.ru>
date Thu, 16 Feb 2006 00:00:00 +0300
parents 73e8476f9142
children b922c231a392
comparison
equal deleted inserted replaced
161:086553d7da41 162:6be073125f2e
1
2 Изменения в nginx 0.3.28 16.02.2006
3
4 *) Добавление: директива restrict_host_names упразднена.
5
6 *) Добавление: параметр конфигурации --with-cpu-opt=ppc64.
7
8 *) Исправление: при некоторых условиях проксированное соединение с
9 клиентом завершалось преждевременно. Спасибо Владимиру Шутову.
10
11 *) Исправление: строка заголовка "X-Accel-Limit-Rate" не учитывалась
12 для запросов, перенаправленных с помощью строки "X-Accel-Redirect".
13
14 *) Исправление: директива post_action работала только после успешного
15 завершения запроса.
16
17 *) Исправление: тело проксированного ответа, создаваемого директивой
18 post_action, передавалось клиенту.
19
1 20
2 Изменения в nginx 0.3.27 08.02.2006 21 Изменения в nginx 0.3.27 08.02.2006
3 22
4 *) Изменение: директивы variables_hash_max_size и 23 *) Изменение: директивы variables_hash_max_size и
5 variables_hash_bucket_size. 24 variables_hash_bucket_size.