# HG changeset patch # User Yaroslav Zhuravlev # Date 1594629492 -3600 # Node ID 4f3494d809492a54e5d4c279fb4cfb1f8863c930 # Parent ca1ccafab5ef6278a1aff8c325668d4e7e923675 Documented support for HTTP/2 in lingering_close. diff -r ca1ccafab5ef -r 4f3494d80949 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Tue Jul 07 17:33:05 2020 +0100 +++ b/xml/en/docs/http/ngx_http_core_module.xml Mon Jul 13 09:38:12 2020 +0100 @@ -10,7 +10,7 @@ + rev="91">
@@ -1182,6 +1182,12 @@ circumstances. + +To control closing +HTTP/2 connections, +the directive must be specified on the level (1.19.1). + + diff -r ca1ccafab5ef -r 4f3494d80949 xml/en/docs/http/ngx_http_v2_module.xml --- a/xml/en/docs/http/ngx_http_v2_module.xml Tue Jul 07 17:33:05 2020 +0100 +++ b/xml/en/docs/http/ngx_http_v2_module.xml Mon Jul 13 09:38:12 2020 +0100 @@ -9,7 +9,7 @@ + rev="13">
@@ -42,6 +42,12 @@ directive values. + +Before version 1.19.1, +the mechanism +was not used to control closing HTTP/2 connections. + +
diff -r ca1ccafab5ef -r 4f3494d80949 xml/ru/docs/http/ngx_http_core_module.xml --- a/xml/ru/docs/http/ngx_http_core_module.xml Tue Jul 07 17:33:05 2020 +0100 +++ b/xml/ru/docs/http/ngx_http_core_module.xml Mon Jul 13 09:38:12 2020 +0100 @@ -10,7 +10,7 @@ + rev="91">
@@ -1175,6 +1175,12 @@ необходимости. + +Для управления закрытием +HTTP/2-соединений +директива должна быть задана на уровне (1.19.1). + + diff -r ca1ccafab5ef -r 4f3494d80949 xml/ru/docs/http/ngx_http_v2_module.xml --- a/xml/ru/docs/http/ngx_http_v2_module.xml Tue Jul 07 17:33:05 2020 +0100 +++ b/xml/ru/docs/http/ngx_http_v2_module.xml Mon Jul 13 09:38:12 2020 +0100 @@ -9,7 +9,7 @@ + rev="13">
@@ -42,6 +42,12 @@ . + +До версии 1.19.1 +механизм +не использовался в управлении закрытием HTTP/2-соединений. + +