comparison docs/xml/nginx/changes.xml @ 525:09b42134ac0c release-0.1.37

nginx-0.1.37-RELEASE import *) Change: now the "\n" is added to the end of the "nginx.pid" file. *) Bugfix: the responses may be transferred not completely, if many parts or the big parts were included by SSI. *) Bugfix: if all backends had returned the 404 reponse and the "http_404" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives was used, then nginx started to request all backends again.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Jun 2005 13:41:06 +0000
parents 2019117e6b38
children 7fa11e5c6e96
comparison
equal deleted inserted replaced
524:a55bc21dee27 525:09b42134ac0c
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.1.37" date="23.06.2005">
13
14 <change type="change">
15 <para lang="ru">
16 в конце файла nginx.pid теперь добавляется "\n".
17 </para>
18 <para lang="en">
19 now the "\n" is added to the end of the "nginx.pid" file.
20 </para>
21 </change>
22
23 <change type="bugfix">
24 <para lang="ru">
25 при включении большого количества вставок или нескольких больших вставок
26 с помощью SSI ответ мог передаваться не полностью.
27 </para>
28 <para lang="en">
29 the responses may be transferred not completely,
30 if many parts or the big parts were included by SSI.
31 </para>
32 </change>
33
34 <change type="bugfix">
35 <para lang="ru">
36 если все бэкенды возвращали ответ 404, то при использовании параметра http_404
37 в директивах proxy_next_upstream или fastcgi_next_upstream, nginx
38 начинал запрашивать все бэкенды снова.
39 </para>
40 <para lang="en">
41 if all backends had returned the 404 reponse and the "http_404" parameter of
42 the "proxy_next_upstream" or "fastcgi_next_upstream" directives was used,
43 then nginx started to request all backends again.
44 </para>
45 </change>
46
47 </changes>
10 48
11 49
12 <changes ver="0.1.36" date="15.06.2005"> 50 <changes ver="0.1.36" date="15.06.2005">
13 51
14 <change type="change"> 52 <change type="change">