]> git.kaiwu.me - nginx.git/commitdiff
nginx-1.19.10-RELEASE release-1.19.10
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 13 Apr 2021 15:13:58 +0000 (18:13 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 13 Apr 2021 15:13:58 +0000 (18:13 +0300)
docs/xml/nginx/changes.xml

index 8a0220e22f4e3c6c1169802e2efd4828a937390b..3d0637bc3c2f8760e23eddfc80ae70f38c4bdb02 100644 (file)
@@ -5,6 +5,49 @@
 <change_log title="nginx">
 
 
+<changes ver="1.19.10" date="2021-04-13">
+
+<change type="change">
+<para lang="ru">
+в директиве keepalive_requests значение по умолчанию изменено на 1000.
+</para>
+<para lang="en">
+the default value of the "keepalive_requests" directive was changed to 1000.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+директива keepalive_time.
+</para>
+<para lang="en">
+the "keepalive_time" directive.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+переменная $connection_time.
+</para>
+<para lang="en">
+the $connection_time variable.
+</para>
+</change>
+
+<change type="workaround">
+<para lang="ru">
+при использовании zlib-ng
+в логах появлялись сообщения "gzip filter failed to use preallocated memory".
+</para>
+<para lang="en">
+"gzip filter failed to use preallocated memory" alerts appeared in logs
+when using zlib-ng.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.19.9" date="2021-03-30">
 
 <change type="bugfix">