comparison xml/en/docs/http/ngx_http_v2_module.xml @ 1923:66a30a380fba

Fixed links to tools.ietf.org.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 16:02:23 +0300
parents 0ba8d161c354
children 88228d493640
comparison
equal deleted inserted replaced
1922:94493c0ff5f6 1923:66a30a380fba
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="8"> 12 rev="9">
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
151 <context>http</context> 151 <context>http</context>
152 <context>server</context> 152 <context>server</context>
153 153
154 <para> 154 <para>
155 Limits the maximum size of 155 Limits the maximum size of
156 an <link url="http://tools.ietf.org/html/rfc7541">HPACK</link>-compressed 156 an <link url="https://tools.ietf.org/html/rfc7541">HPACK</link>-compressed
157 request header field. 157 request header field.
158 The limit applies equally to both name and value. 158 The limit applies equally to both name and value.
159 Note that if Huffman encoding is applied, 159 Note that if Huffman encoding is applied,
160 the actual size of decompressed name and value strings may be larger. 160 the actual size of decompressed name and value strings may be larger.
161 For most requests, the default limit should be enough. 161 For most requests, the default limit should be enough.
170 <context>http</context> 170 <context>http</context>
171 <context>server</context> 171 <context>server</context>
172 172
173 <para> 173 <para>
174 Limits the maximum size of the entire request header list after 174 Limits the maximum size of the entire request header list after
175 <link url="http://tools.ietf.org/html/rfc7541">HPACK</link> decompression. 175 <link url="https://tools.ietf.org/html/rfc7541">HPACK</link> decompression.
176 For most requests, the default limit should be enough. 176 For most requests, the default limit should be enough.
177 </para> 177 </para>
178 178
179 </directive> 179 </directive>
180 180