mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 21:23:36 -06:00
nginx-1.15.7-RELEASE
This commit is contained in:
parent
abbde03cf6
commit
0febe9a095
@ -5,6 +5,62 @@
|
|||||||
<change_log title="nginx">
|
<change_log title="nginx">
|
||||||
|
|
||||||
|
|
||||||
|
<changes ver="1.15.7" date="2018-11-27">
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
директива proxy_requests в модуле stream.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "proxy_requests" directive in the stream module.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
параметр "delay" директивы "limit_req".<br/>
|
||||||
|
Спасибо Владиславу Шабанову и Петру Щучкину.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
the "delay" parameter of the "limit_req" directive.<br/>
|
||||||
|
Thanks to Vladislav Shabanov and Peter Shchuchkin.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
утечки памяти в случае ошибок при переконфигурации.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
memory leak on errors during reconfiguration.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в переменных $upstream_response_time, $upstream_connect_time и
|
||||||
|
$upstream_header_time.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the $upstream_response_time, $upstream_connect_time, and
|
||||||
|
$upstream_header_time variables.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в рабочем процессе мог произойти segmentation fault,
|
||||||
|
если использовался модуль ngx_http_mp4_module на 32-битных платформах.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
a segmentation fault might occur in a worker process
|
||||||
|
if the ngx_http_mp4_module was used on 32-bit platforms.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="1.15.6" date="2018-11-06">
|
<changes ver="1.15.6" date="2018-11-06">
|
||||||
|
|
||||||
<change type="security">
|
<change type="security">
|
||||||
|
Loading…
Reference in New Issue
Block a user