comparison docs/xml/nginx/changes.xml @ 615:5ef026a2ac74 release-0.3.29

nginx-0.3.29-RELEASE import *) 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 <igor@sysoev.ru>
date Mon, 20 Feb 2006 16:48:17 +0000
parents c73c5c58c619
children 51b27717f140
comparison
equal deleted inserted replaced
614:790c134e002d 615:5ef026a2ac74
5 <change_log link="/nginx/changes.html" path="/nginx/" root=".." 5 <change_log link="/nginx/changes.html" path="/nginx/" root=".."
6 title="nginx"> 6 title="nginx">
7 7
8 <title lang="ru">Изменения в nginx</title> 8 <title lang="ru">Изменения в nginx</title>
9 <title lang="en">nginx changelog</title> 9 <title lang="en">nginx changelog</title>
10
11
12 <changes ver="0.3.29" date="20.02.2006">
13
14 <change type="feature">
15 <para lang="ru">
16 теперь nginx использует меньше памяти, если PHP в режиме FastCGI передаёт
17 большое количество предупреждений перед ответом.
18 </para>
19 <para lang="en">
20 now nginx uses less memory, if PHP in FastCGI mode sends many warnings
21 before the response.
22 </para>
23 </change>
24
25 <change type="bugfix">
26 <para lang="ru">
27 в ответах 204 для запросов версии HTTP/1.1 выдавалась строка заголовка
28 "Transfer-Encoding: chunked".
29 </para>
30 <para lang="en">
31 the "Transfer-Encoding: chunked" header line was issued in the 204 responses
32 for the HTTP/1.1 requests.
33 </para>
34 </change>
35
36 <change type="bugfix">
37 <para lang="ru">
38 nginx возвращал 502 код ответа, если FastCGI сервер передавал полные строки
39 заголовка ответа в отдельных FastCGI записях.
40 </para>
41 <para lang="en">
42 nginx returned the 502 response, if the complete response header lines
43 were transferred in a separate FastCGI records.
44 </para>
45 </change>
46
47 <change type="bugfix">
48 <para lang="ru">
49 если в директиве post_action был указан проксируемый URI, то он выполнялся
50 только после успешного завершения запроса.
51 </para>
52 <para lang="en">
53 if the proxied URI was specified in the "post_action" directive, then it ran
54 only after a successful completion of a request.
55 </para>
56 </change>
57
58 </changes>
10 59
11 60
12 <changes ver="0.3.28" date="16.02.2006"> 61 <changes ver="0.3.28" date="16.02.2006">
13 62
14 <change type="feature"> 63 <change type="feature">