comparison xml/en/docs/http/ngx_http_v2_module.xml @ 1707:ea60a7dff3c1

Documented the http2_body_preread_size directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 May 2016 21:54:17 +0300
parents 5154b356a1b2
children 1d0811707e09
comparison
equal deleted inserted replaced
1706:6f5497797cde 1707:ea60a7dff3c1
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="6"> 12 rev="7">
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
100 </para> 100 </para>
101 101
102 </directive> 102 </directive>
103 103
104 104
105 <directive name="http2_body_preread_size">
106 <syntax><value>size</value></syntax>
107 <default>64k</default>
108 <context>http</context>
109 <context>server</context>
110 <appeared-in>1.11.0</appeared-in>
111
112 <para>
113 Sets the <value>size</value> of the buffer per each request
114 in which the request body may be saved
115 before it is started to be processed.
116 </para>
117
118 </directive>
119
120
105 <directive name="http2_idle_timeout"> 121 <directive name="http2_idle_timeout">
106 <syntax><value>time</value></syntax> 122 <syntax><value>time</value></syntax>
107 <default>3m</default> 123 <default>3m</default>
108 <context>http</context> 124 <context>http</context>
109 <context>server</context> 125 <context>server</context>