mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 21:23:36 -06:00
nginx-1.11.13-RELEASE
This commit is contained in:
parent
ca1a5057e2
commit
3290884abb
@ -5,6 +5,97 @@
|
|||||||
<change_log title="nginx">
|
<change_log title="nginx">
|
||||||
|
|
||||||
|
|
||||||
|
<changes ver="1.11.13" date="2017-04-04">
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
параметр http_429 в директивах proxy_next_upstream, fastcgi_next_upstream,
|
||||||
|
scgi_next_upstream и uwsgi_next_upstream.<br/>
|
||||||
|
Спасибо Piotr Sikora.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "http_429" parameter of the "proxy_next_upstream", "fastcgi_next_upstream",
|
||||||
|
"scgi_next_upstream", and "uwsgi_next_upstream" directives.<br/>
|
||||||
|
Thanks to Piotr Sikora.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в обработке ошибок выделения памяти.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in memory allocation error handling.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
при использовании директив sendfile и timer_resolution на Linux
|
||||||
|
запросы могли зависать.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
requests might hang
|
||||||
|
when using the "sendfile" and "timer_resolution" directives on Linux.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
при использовании с подзапросами директив sendfile и aio_write
|
||||||
|
запросы могли зависать.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
requests might hang
|
||||||
|
when using the "sendfile" and "aio_write" directives with subrequests.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в модуле ngx_http_v2_module.<br/>
|
||||||
|
Спасибо Piotr Sikora.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the ngx_http_v2_module.<br/>
|
||||||
|
Thanks to Piotr Sikora.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
при использовании HTTP/2 в рабочем процессе мог произойти segmentation fault.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
a segmentation fault might occur in a worker process when using HTTP/2.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
запросы могли зависать
|
||||||
|
при использовании с подзапросами директив limit_rate, sendfile_max_chunk,
|
||||||
|
limit_req или метода $r->sleep() встроенного перла.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
requests might hang
|
||||||
|
when using the "limit_rate", "sendfile_max_chunk", "limit_req" directives,
|
||||||
|
or the $r->sleep() embedded perl method with subrequests.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в модуле ngx_http_slice_module.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the ngx_http_slice_module.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="1.11.12" date="2017-03-24">
|
<changes ver="1.11.12" date="2017-03-24">
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
|
Loading…
Reference in New Issue
Block a user