comparison xml/ru/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="Модуль ngx_http_v2_module" 9 <module name="Модуль ngx_http_v2_module"
10 link="/ru/docs/http/ngx_http_v2_module.html" 10 link="/ru/docs/http/ngx_http_v2_module.html"
11 lang="ru" 11 lang="ru"
12 rev="12"> 12 rev="13">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 Модуль <literal>ngx_http_v2_module</literal> (1.9.5) обеспечивает 17 Модуль <literal>ngx_http_v2_module</literal> (1.9.5) обеспечивает
38 значения директив 38 значения директив
39 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>, 39 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
40 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>, 40 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
41 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/> и 41 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/> и
42 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>. 42 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>.
43 </para>
44
45 <para>
46 До версии 1.19.1
47 механизм <link doc="ngx_http_core_module.xml" id="lingering_close"/>
48 не использовался в управлении закрытием HTTP/2-соединений.
43 </para> 49 </para>
44 50
45 </section> 51 </section>
46 52
47 53