comparison CHANGES.ru @ 164:b922c231a392 NGINX_0_3_29

nginx 0.3.29 *) Feature: now nginx uses less memory, if PHP in FastCGI mode sends many warnings before the response. *) Bugfix: the "Transfer-Encoding: chunked" header line was issued in the 204 responses for the HTTP/1.1 requests. *) Bugfix: nginx returned the 502 response, if the complete response header lines were transferred in a separate FastCGI records. *) Bugfix: if the proxied URI was specified in the "post_action" directive, then it ran only after a successful completion of a request.
author Igor Sysoev <http://sysoev.ru>
date Mon, 20 Feb 2006 00:00:00 +0300
parents 6be073125f2e
children fef68f68bcfd
comparison
equal deleted inserted replaced
163:cf311b6cf6df 164:b922c231a392
1
2 Изменения в nginx 0.3.29 20.02.2006
3
4 *) Добавление: теперь nginx использует меньше памяти, если PHP в режиме
5 FastCGI передаёт большое количество предупреждений перед ответом.
6
7 *) Исправление: в ответах 204 для запросов версии HTTP/1.1 выдавалась
8 строка заголовка "Transfer-Encoding: chunked".
9
10 *) Исправление: nginx возвращал 502 код ответа, если FastCGI сервер
11 передавал полные строки заголовка ответа в отдельных FastCGI записях.
12
13 *) Исправление: если в директиве post_action был указан проксируемый
14 URI, то он выполнялся только после успешного завершения запроса.
15
1 16
2 Изменения в nginx 0.3.28 16.02.2006 17 Изменения в nginx 0.3.28 16.02.2006
3 18
4 *) Добавление: директива restrict_host_names упразднена. 19 *) Добавление: директива restrict_host_names упразднена.
5 20