changeset 2567:4f3494d80949

Documented support for HTTP/2 in lingering_close.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 13 Jul 2020 09:38:12 +0100
parents ca1ccafab5ef
children aa015272ea32
files xml/en/docs/http/ngx_http_core_module.xml xml/en/docs/http/ngx_http_v2_module.xml xml/ru/docs/http/ngx_http_core_module.xml xml/ru/docs/http/ngx_http_v2_module.xml
diffstat 4 files changed, 28 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="90">
+        rev="91">
 
 <section id="directives" name="Directives">
 
@@ -1182,6 +1182,12 @@ This behavior breaks the protocol and sh
 circumstances.
 </para>
 
+<para>
+To control closing
+<link doc="ngx_http_v2_module.xml">HTTP/2</link> connections,
+the directive must be specified on the <link id="server"/> level (1.19.1).
+</para>
+
 </directive>
 
 
--- a/xml/en/docs/http/ngx_http_v2_module.xml
+++ b/xml/en/docs/http/ngx_http_v2_module.xml
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_v2_module"
         link="/en/docs/http/ngx_http_v2_module.html"
         lang="en"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -42,6 +42,12 @@ regardless of
 directive values.
 </para>
 
+<para>
+Before version 1.19.1,
+the <link doc="ngx_http_core_module.xml" id="lingering_close"/> mechanism
+was not used to control closing HTTP/2 connections.
+</para>
+
 </section>
 
 
--- a/xml/ru/docs/http/ngx_http_core_module.xml
+++ b/xml/ru/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="90">
+        rev="91">
 
 <section id="directives" name="Директивы">
 
@@ -1175,6 +1175,12 @@ location /flv/ {
 необходимости.
 </para>
 
+<para>
+Для управления закрытием
+<link doc="ngx_http_v2_module.xml">HTTP/2</link>-соединений
+директива должна быть задана на уровне <link id="server"/> (1.19.1).
+</para>
+
 </directive>
 
 
--- a/xml/ru/docs/http/ngx_http_v2_module.xml
+++ b/xml/ru/docs/http/ngx_http_v2_module.xml
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_v2_module"
         link="/ru/docs/http/ngx_http_v2_module.html"
         lang="ru"
-        rev="12">
+        rev="13">
 
 <section id="summary">
 
@@ -42,6 +42,12 @@
 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>.
 </para>
 
+<para>
+До версии 1.19.1
+механизм <link doc="ngx_http_core_module.xml" id="lingering_close"/>
+не использовался в управлении закрытием HTTP/2-соединений.
+</para>
+
 </section>