comparison xml/en/docs/http/ngx_http_spdy_module.xml @ 886:ca9a259cb5c8

The SPDY module does not support "limit_rate", not "limit_req".
author Valentin Bartenev <vbart@nginx.com>
date Tue, 09 Apr 2013 23:51:47 +0400
parents ade81792bdaa
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
885:ff64337502f4 886:ca9a259cb5c8
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="1"> 12 rev="2">
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
39 <para> 39 <para>
40 Current implementation of SPDY protocol does not support “server push”. 40 Current implementation of SPDY protocol does not support “server push”.
41 </para> 41 </para>
42 42
43 <para> 43 <para>
44 Processing of requests from SPDY connections cannot be rate 44 Responses in SPDY connections cannot be
45 <link doc="ngx_http_limit_req_module.xml">limited</link>. 45 <link doc="ngx_http_core_module.xml" id="limit_rate">rate limited</link>.
46 </para> 46 </para>
47 47
48 </section> 48 </section>
49 49
50 50