mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
nginx-1.19.6-RELEASE
This commit is contained in:
parent
b3341c06cb
commit
65ddeebf33
@ -5,6 +5,55 @@
|
|||||||
<change_log title="nginx">
|
<change_log title="nginx">
|
||||||
|
|
||||||
|
|
||||||
|
<changes ver="1.19.6" date="2020-12-15">
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
ошибки "no live upstreams",
|
||||||
|
если server в блоке upstream был помечен как down.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
"no live upstreams" errors
|
||||||
|
if a "server" inside "upstream" block was marked as "down".
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
при использовании HTTPS в рабочем процессе мог произойти segmentation fault;
|
||||||
|
ошибка появилась в 1.19.5.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
a segmentation fault might occur in a worker process if HTTPS was used;
|
||||||
|
the bug had appeared in 1.19.5.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
nginx возвращал ошибку 400 на запросы вида
|
||||||
|
<nobr>"GET http://example.com?args HTTP/1.0"</nobr>.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
nginx returned the 400 response on requests like
|
||||||
|
<nobr>"GET http://example.com?args HTTP/1.0"</nobr>.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в модулях ngx_http_flv_module и ngx_http_mp4_module.<br/>
|
||||||
|
Спасибо Chris Newton.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the ngx_http_flv_module and ngx_http_mp4_module.<br/>
|
||||||
|
Thanks to Chris Newton.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="1.19.5" date="2020-11-24">
|
<changes ver="1.19.5" date="2020-11-24">
|
||||||
|
|
||||||
<change type="feature">
|
<change type="feature">
|
||||||
|
Loading…
Reference in New Issue
Block a user