Skip to content

Commit 97a111c

Browse files
committed
nginx-1.21.6-RELEASE
1 parent 0a407d7 commit 97a111c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

docs/xml/nginx/changes.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@
55
<change_log title="nginx">
66

77

8+
<changes ver="1.21.6" date="2022-01-25">
9+
10+
<change type="bugfix">
11+
<para lang="ru">
12+
при использование EPOLLEXCLUSIVE на Linux
13+
распределение клиентских соединений между рабочими процессами
14+
было неравномерным.
15+
</para>
16+
<para lang="en">
17+
when using EPOLLEXCLUSIVE on Linux
18+
client connections were unevenly distributed
19+
among worker processes.
20+
</para>
21+
</change>
22+
23+
<change type="bugfix">
24+
<para lang="ru">
25+
во время плавного завершения старых рабочих процессов
26+
nginx возвращал в ответах строку заголовка "Connection: keep-alive".
27+
</para>
28+
<para lang="en">
29+
nginx returned the "Connection: keep-alive" header line in responses
30+
during graceful shutdown of old worker processes.
31+
</para>
32+
</change>
33+
34+
<change type="bugfix">
35+
<para lang="ru">
36+
в директиве ssl_session_ticket_key при использовании TLSv1.3.
37+
</para>
38+
<para lang="en">
39+
in the "ssl_session_ticket_key" when using TLSv1.3.
40+
</para>
41+
</change>
42+
43+
</changes>
44+
45+
846
<changes ver="1.21.5" date="2021-12-28">
947

1048
<change type="change">

0 commit comments

Comments
 (0)