comparison 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
comparison
equal deleted inserted replaced
2566:ca1ccafab5ef 2567:4f3494d80949
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="90"> 13 rev="91">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1178 <para> 1178 <para>
1179 The value “<literal>off</literal>” tells nginx to never wait for 1179 The value “<literal>off</literal>” tells nginx to never wait for
1180 more data and close the connection immediately. 1180 more data and close the connection immediately.
1181 This behavior breaks the protocol and should not be used under normal 1181 This behavior breaks the protocol and should not be used under normal
1182 circumstances. 1182 circumstances.
1183 </para>
1184
1185 <para>
1186 To control closing
1187 <link doc="ngx_http_v2_module.xml">HTTP/2</link> connections,
1188 the directive must be specified on the <link id="server"/> level (1.19.1).
1183 </para> 1189 </para>
1184 1190
1185 </directive> 1191 </directive>
1186 1192
1187 1193