comparison xml/en/docs/http/ngx_http_spdy_module.xml @ 1050:85804d815ed3

The SPDY module now supports "limit_rate".
author Valentin Bartenev <vbart@nginx.com>
date Wed, 22 Jan 2014 23:26:32 +0400
parents 95c3c3bbf1ce
children 29de277bf322
comparison
equal deleted inserted replaced
1049:228c2ea490f2 1050:85804d815ed3
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="2"> 12 rev="3">
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 Responses in SPDY connections cannot be 44 In versions prior to 1.5.9, responses in SPDY connections could not be
45 <link doc="ngx_http_core_module.xml" id="limit_rate">rate 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