comparison xml/en/docs/http/ngx_http_v2_module.xml @ 2450:a26a42699207

Added note about max number of keepalive requests.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 24 Oct 2019 21:47:42 +0300
parents ca7568f67dee
children 4f3494d80949
comparison
equal deleted inserted replaced
2449:384211f17f5a 2450:a26a42699207
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="11"> 12 rev="12">
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
203 through one HTTP/2 connection, 203 through one HTTP/2 connection,
204 after which the next client request will lead to connection closing 204 after which the next client request will lead to connection closing
205 and the need of establishing a new connection. 205 and the need of establishing a new connection.
206 </para> 206 </para>
207 207
208 <para>
209 Closing connections periodically is necessary to free
210 per-connection memory allocations.
211 Therefore, using too high maximum number of requests
212 could result in excessive memory usage and not recommended.
213 </para>
214
208 </directive> 215 </directive>
209 216
210 217
211 <directive name="http2_push"> 218 <directive name="http2_push">
212 <syntax><value>uri</value> | <literal>off</literal></syntax> 219 <syntax><value>uri</value> | <literal>off</literal></syntax>