nginx-1.12.2-RELEASE
This commit is contained in:
parent
08acb932e2
commit
2e11e8c840
1 changed files with 69 additions and 0 deletions
|
@ -5,6 +5,75 @@
|
|||
<change_log title="nginx">
|
||||
|
||||
|
||||
<changes ver="1.12.2" date="2017-10-17">
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
клиентские SSL-соединения сразу закрывались, если использовался
|
||||
отложенный accept и параметр proxy_protocol директивы listen.
|
||||
</para>
|
||||
<para lang="en">
|
||||
client SSL connections were immediately closed if deferred accept
|
||||
and the "proxy_protocol" parameter of the "listen" directive were used.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
клиентские соединения могли сбрасываться при тестировании конфигурации,
|
||||
если использовался параметр reuseport директивы listen на Linux.
|
||||
</para>
|
||||
<para lang="en">
|
||||
client connections might be dropped during configuration testing
|
||||
when using the "reuseport" parameter of the "listen" directive on Linux.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
на 32-битных платформах
|
||||
при запросе более 4 гигабайт с помощью нескольких диапазонов
|
||||
возвращалась некорректная длина ответа.
|
||||
</para>
|
||||
<para lang="en">
|
||||
incorrect response length was returned
|
||||
on 32-bit platforms when requesting more than 4 gigabytes
|
||||
with multiple ranges.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
при использовании директивы ssl_preread
|
||||
в модуле stream не работало переключение на следующий бэкенд.
|
||||
</para>
|
||||
<para lang="en">
|
||||
switching to the next upstream server in the stream module did not work
|
||||
when using the "ssl_preread" directive.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
при использовании HTTP/2 тело запроса могло быть повреждено.
|
||||
</para>
|
||||
<para lang="en">
|
||||
when using HTTP/2 client request body might be corrupted.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
в обработке адресов клиентов при использовании unix domain сокетов.
|
||||
</para>
|
||||
<para lang="en">
|
||||
in handling of client addresses when using unix domain sockets.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="1.12.1" date="2017-07-11">
|
||||
|
||||
<change type="security">
|
||||
|
|
Loading…
Reference in a new issue