comparison xml/en/docs/http/ngx_http_v2_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 a26a42699207
children d13341d3c54a
comparison
equal deleted inserted replaced
2566:ca1ccafab5ef 2567:4f3494d80949
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_v2_module" 9 <module name="Module ngx_http_v2_module"
10 link="/en/docs/http/ngx_http_v2_module.html" 10 link="/en/docs/http/ngx_http_v2_module.html"
11 lang="en" 11 lang="en"
12 rev="12"> 12 rev="13">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides 17 The <literal>ngx_http_v2_module</literal> module (1.9.5) provides
38 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>, 38 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
39 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>, 39 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
40 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and 40 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and
41 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/> 41 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>
42 directive values. 42 directive values.
43 </para>
44
45 <para>
46 Before version 1.19.1,
47 the <link doc="ngx_http_core_module.xml" id="lingering_close"/> mechanism
48 was not used to control closing HTTP/2 connections.
43 </para> 49 </para>
44 50
45 </section> 51 </section>
46 52
47 53