File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 5
5
<change_log title="nginx">
6
6
7
7
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
+
8
46
<changes ver="1.21.5" date="2021-12-28">
9
47
10
48
<change type="change">
You can’t perform that action at this time.
0 commit comments