comparison xml/en/docs/http/ngx_http_spdy_module.xml @ 1051:29de277bf322

Documented the "spdy_chunk_size" directive.
author Yaroslav Zhuravlev <yaroslav.zhuravlev@nginx.com>
date Thu, 23 Jan 2014 11:06:16 +0000
parents 85804d815ed3
children 2ef5a63ce6e2
comparison
equal deleted inserted replaced
1050:85804d815ed3 1051:29de277bf322
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_spdy_module" 9 <module name="Module ngx_http_spdy_module"
10 link="/en/docs/http/ngx_http_spdy_module.html" 10 link="/en/docs/http/ngx_http_spdy_module.html"
11 lang="en" 11 lang="en"
12 rev="3"> 12 rev="4">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_spdy_module</literal> module provides experimental 17 The <literal>ngx_http_spdy_module</literal> module provides experimental
73 </section> 73 </section>
74 74
75 75
76 <section id="directives" name="Directives"> 76 <section id="directives" name="Directives">
77 77
78 <directive name="spdy_chunk_size">
79 <syntax><value>size</value></syntax>
80 <default>8k</default>
81 <context>http</context>
82 <context>server</context>
83 <context>location</context>
84 <appeared-in>1.5.9</appeared-in>
85
86 <para>
87 Sets the maximum size of chunks
88 into which the response body is
89 <link url="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft2#TOC-Data-frames">
90 sliced</link>.
91 A too low value results in higher overhead.
92 A too high value impairs prioritization due to
93 <link url="http://en.wikipedia.org/wiki/Head-of-line_blocking">
94 HOL blocking</link>.
95 </para>
96
97 </directive>
98
99
78 <directive name="spdy_headers_comp"> 100 <directive name="spdy_headers_comp">
79 <syntax><value>level</value></syntax> 101 <syntax><value>level</value></syntax>
80 <default>0</default> 102 <default>0</default>
81 <context>http</context> 103 <context>http</context>
82 <context>server</context> 104 <context>server</context>