comparison xml/en/docs/http/ngx_http_spdy_module.xml @ 1447:a32df48d88fc

Documented that proxy_request_buffering is on with SPDY enabled.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 08 Apr 2015 17:36:41 +0300
parents 2ef5a63ce6e2
children ed420c318557
comparison
equal deleted inserted replaced
1446:493fb0be4f58 1447:a32df48d88fc
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="5"> 12 rev="6">
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
46 </para> 46 </para>
47 47
48 <para> 48 <para>
49 In versions prior to 1.5.9, responses in SPDY connections could not be 49 In versions prior to 1.5.9, responses in SPDY connections could not be
50 <link doc="ngx_http_core_module.xml" id="limit_rate">rate limited</link>. 50 <link doc="ngx_http_core_module.xml" id="limit_rate">rate limited</link>.
51 </para>
52
53 <para>
54 Buffering of a client request body cannot be disabled
55 regardless of
56 <link doc="ngx_http_proxy_module.xml" id="proxy_request_buffering"/>,
57 <link doc="ngx_http_fastcgi_module.xml" id="fastcgi_request_buffering"/>,
58 <link doc="ngx_http_uwsgi_module.xml" id="uwsgi_request_buffering"/>, and
59 <link doc="ngx_http_scgi_module.xml" id="scgi_request_buffering"/>
60 directive values.
51 </para> 61 </para>
52 62
53 </section> 63 </section>
54 64
55 65