Skip to content

Commit 6a41502

Browse files
committed
nginx-1.9.14-RELEASE
1 parent 5fd9cfa commit 6a41502

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

docs/xml/nginx/changes.xml

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

77

8+
<changes ver="1.9.14" date="05.04.2016">
9+
10+
<change type="feature">
11+
<para lang="ru">
12+
совместимость с OpenSSL 1.1.0.
13+
</para>
14+
<para lang="en">
15+
OpenSSL 1.1.0 compatibility.
16+
</para>
17+
</change>
18+
19+
<change type="feature">
20+
<para lang="ru">
21+
директивы proxy_request_buffering, fastcgi_request_buffering,
22+
scgi_request_buffering и uwsgi_request_buffering
23+
теперь работают при использовании HTTP/2.
24+
</para>
25+
<para lang="en">
26+
the "proxy_request_buffering", "fastcgi_request_buffering",
27+
"scgi_request_buffering", and "uwsgi_request_buffering" directives
28+
now work with HTTP/2.
29+
</para>
30+
</change>
31+
32+
<change type="bugfix">
33+
<para lang="ru">
34+
при использовании HTTP/2
35+
в логах могли появляться сообщения "zero size buf in output".
36+
</para>
37+
<para lang="en">
38+
"zero size buf in output" alerts might appear in logs
39+
when using HTTP/2.
40+
</para>
41+
</change>
42+
43+
<change type="bugfix">
44+
<para lang="ru">
45+
при использовании HTTP/2
46+
директива client_max_body_size могла работать неверно.
47+
</para>
48+
<para lang="en">
49+
the "client_max_body_size" directive might work incorrectly
50+
when using HTTP/2.
51+
</para>
52+
</change>
53+
54+
<change type="bugfix">
55+
<para lang="ru">
56+
незначительных ошибок логгирования.
57+
</para>
58+
<para lang="en">
59+
of minor bugs in logging.
60+
</para>
61+
</change>
62+
63+
</changes>
64+
65+
866
<changes ver="1.9.13" date="29.03.2016">
967

1068
<change type="change">

0 commit comments

Comments
 (0)