|
|
|
|
@ -5,6 +5,81 @@ |
|
|
|
|
<change_log title="nginx"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<changes ver="1.5.3" date="30.07.2013"> |
|
|
|
|
|
|
|
|
|
<change> |
|
|
|
|
<para lang="ru"> |
|
|
|
|
Изменение во внутреннем API: |
|
|
|
|
теперь при небуферизированной работе с бэкендами |
|
|
|
|
u->length по умолчанию устанавливается в -1. |
|
|
|
|
</para> |
|
|
|
|
<para lang="en"> |
|
|
|
|
Change in internal API: |
|
|
|
|
now u->length defaults to -1 |
|
|
|
|
if working with backends in unbuffered mode. |
|
|
|
|
</para> |
|
|
|
|
</change> |
|
|
|
|
|
|
|
|
|
<change type="change"> |
|
|
|
|
<para lang="ru"> |
|
|
|
|
теперь при получении неполного ответа от бэкенда |
|
|
|
|
nginx отправляет полученную часть ответа, |
|
|
|
|
после чего закрывает соединение с клиентом. |
|
|
|
|
</para> |
|
|
|
|
<para lang="en"> |
|
|
|
|
now after receiving an incomplete response from a backend server |
|
|
|
|
nginx tries to send an available part of the response to a client, |
|
|
|
|
and then closes client connection. |
|
|
|
|
</para> |
|
|
|
|
</change> |
|
|
|
|
|
|
|
|
|
<change type="bugfix"> |
|
|
|
|
<para lang="ru"> |
|
|
|
|
в рабочем процессе мог произойти segmentation fault, |
|
|
|
|
если использовался модуль ngx_http_spdy_module |
|
|
|
|
и директива client_body_in_file_only. |
|
|
|
|
</para> |
|
|
|
|
<para lang="en"> |
|
|
|
|
a segmentation fault might occur in a worker process |
|
|
|
|
if the ngx_http_spdy_module was used |
|
|
|
|
with the "client_body_in_file_only" directive. |
|
|
|
|
</para> |
|
|
|
|
</change> |
|
|
|
|
|
|
|
|
|
<change type="bugfix"> |
|
|
|
|
<para lang="ru"> |
|
|
|
|
параметр so_keepalive директивы listen |
|
|
|
|
мог работать некорректно на DragonFlyBSD.<br/> |
|
|
|
|
Спасибо Sepherosa Ziehau. |
|
|
|
|
</para> |
|
|
|
|
<para lang="en"> |
|
|
|
|
the "so_keepalive" parameter of the "listen" directive |
|
|
|
|
might be handled incorrectly on DragonFlyBSD.<br/> |
|
|
|
|
Thanks to Sepherosa Ziehau. |
|
|
|
|
</para> |
|
|
|
|
</change> |
|
|
|
|
|
|
|
|
|
<change type="bugfix"> |
|
|
|
|
<para lang="ru"> |
|
|
|
|
в модуле ngx_http_xslt_filter_module. |
|
|
|
|
</para> |
|
|
|
|
<para lang="en"> |
|
|
|
|
in the ngx_http_xslt_filter_module. |
|
|
|
|
</para> |
|
|
|
|
</change> |
|
|
|
|
|
|
|
|
|
<change type="bugfix"> |
|
|
|
|
<para lang="ru"> |
|
|
|
|
в модуле ngx_http_sub_filter_module. |
|
|
|
|
</para> |
|
|
|
|
<para lang="en"> |
|
|
|
|
in the ngx_http_sub_filter_module. |
|
|
|
|
</para> |
|
|
|
|
</change> |
|
|
|
|
|
|
|
|
|
</changes> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<changes ver="1.5.2" date="02.07.2013"> |
|
|
|
|
|
|
|
|
|
<change type="feature"> |
|
|
|
|
|