Module ngx_http_spdy_module

The ngx_http_spdy_module module provides experimental support for SPDY. Currently, draft 3.1 of SPDY protocol is implemented.

Before version 1.5.10, draft 2 of SPDY protocol was implemented.

This module is not built by default, it should be enabled with the --with-http_spdy_module configuration parameter.

This module was superseded by the ngx_http_v2_module module in 1.9.5.
spdy_chunk_size

Syntax: spdy_chunk_size size; Default: spdy_chunk_size 8k;

2017-02-09 07:09:16
spdy_headers_comp

Syntax: spdy_headers_comp level; Default: spdy_headers_comp 0;

2017-02-09 07:09:16