comparison xml/en/docs/http/ngx_http_spdy_module.xml @ 1058:2ef5a63ce6e2

Documented SPDY/3.1 support.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 04 Feb 2014 16:46:25 +0400
parents 29de277bf322
children a32df48d88fc
comparison
equal deleted inserted replaced
1057:ea7f4d54b5a3 1058:2ef5a63ce6e2
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="4"> 12 rev="5">
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
18 support for <link url="http://www.chromium.org/spdy/spdy-protocol">SPDY</link>. 18 support for <link url="http://www.chromium.org/spdy/spdy-protocol">SPDY</link>.
19 Currently, 19 Currently,
20 <link url="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1">draft
21 3.1</link> of SPDY protocol is implemented.
22 <note>
23 Before version 1.5.10,
20 <link url="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft2">draft 24 <link url="http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft2">draft
21 2</link> of SPDY protocol is implemented. 25 2</link> of SPDY protocol was implemented.
26 </note>
22 </para> 27 </para>
23 28
24 <para> 29 <para>
25 This module is not built by default, it should be enabled with 30 This module is not built by default, it should be enabled with
26 the <literal>--with-http_spdy_module</literal> 31 the <literal>--with-http_spdy_module</literal>