comparison xml/en/docs/http/ngx_http_v2_module.xml @ 2142:ca7568f67dee

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Apr 2018 18:39:34 +0300
parents d45887ccafde
children a26a42699207
comparison
equal deleted inserted replaced
2141:10751277a8ad 2142:ca7568f67dee
77 </section> 77 </section>
78 78
79 79
80 <section id="directives" name="Directives"> 80 <section id="directives" name="Directives">
81 81
82 <directive name="http2_body_preread_size">
83 <syntax><value>size</value></syntax>
84 <default>64k</default>
85 <context>http</context>
86 <context>server</context>
87 <appeared-in>1.11.0</appeared-in>
88
89 <para>
90 Sets the <value>size</value> of the buffer per each request
91 in which the request body may be saved
92 before it is started to be processed.
93 </para>
94
95 </directive>
96
97
82 <directive name="http2_chunk_size"> 98 <directive name="http2_chunk_size">
83 <syntax><value>size</value></syntax> 99 <syntax><value>size</value></syntax>
84 <default>8k</default> 100 <default>8k</default>
85 <context>http</context> 101 <context>http</context>
86 <context>server</context> 102 <context>server</context>
91 into which the response body is sliced. 107 into which the response body is sliced.
92 A too low value results in higher overhead. 108 A too low value results in higher overhead.
93 A too high value impairs prioritization due to 109 A too high value impairs prioritization due to
94 <link url="http://en.wikipedia.org/wiki/Head-of-line_blocking"> 110 <link url="http://en.wikipedia.org/wiki/Head-of-line_blocking">
95 HOL blocking</link>. 111 HOL blocking</link>.
96 </para>
97
98 </directive>
99
100
101 <directive name="http2_body_preread_size">
102 <syntax><value>size</value></syntax>
103 <default>64k</default>
104 <context>http</context>
105 <context>server</context>
106 <appeared-in>1.11.0</appeared-in>
107
108 <para>
109 Sets the <value>size</value> of the buffer per each request
110 in which the request body may be saved
111 before it is started to be processed.
112 </para> 112 </para>
113 113
114 </directive> 114 </directive>
115 115
116 116