mirror of
https://github.com/nginx/nginx.git
synced 2024-12-03 21:18:59 +08:00
nginx-1.3.16-RELEASE
This commit is contained in:
parent
77d60d2cef
commit
12bdaf6c2c
@ -5,6 +5,57 @@
|
||||
<change_log title="nginx">
|
||||
|
||||
|
||||
<changes ver="1.3.16" date="16.04.2013">
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в рабочем процессе мог произойти segmentation fault,
|
||||
если использовались подзапросы;
|
||||
ошибка появилась в 1.3.9.
|
||||
</para>
|
||||
<para lang="en">
|
||||
a segmentation fault might occur in a worker process
|
||||
if subrequests were used;
|
||||
the bug had appeared in 1.3.9.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
директива tcp_nodelay вызывала ошибку
|
||||
при проксировании WebSocket-соединений в unix domain сокет.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the "tcp_nodelay" directive caused an error
|
||||
if a WebSocket connection was proxied into a unix domain socket.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
переменная $upstream_response_length возвращала значение "0",
|
||||
если не использовалась буферизация.<br/>
|
||||
Спасибо Piotr Sikora.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the $upstream_response_length variable has an incorrect value "0"
|
||||
if buffering was not used.<br/>
|
||||
Thanks to Piotr Sikora.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в методах обработки соединений eventport и /dev/poll.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in the eventport and /dev/poll methods.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="1.3.15" date="26.03.2013">
|
||||
|
||||
<change type="change">
|
||||
|
Loading…
Reference in New Issue
Block a user