diff xml/en/docs/http/ngx_http_core_module.xml @ 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 2bb06b3fbcc5
children eeed494bba51
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>