]> git.kaiwu.me - nginx.git/commit
Preliminary experimental support for SPDY draft 2.
authorValentin Bartenev <vbart@nginx.com>
Wed, 20 Mar 2013 10:36:57 +0000 (10:36 +0000)
committerValentin Bartenev <vbart@nginx.com>
Wed, 20 Mar 2013 10:36:57 +0000 (10:36 +0000)
commit2686cb44529462614a1846f29922bb68852dafb6
treea46abd5e6cab450dbc23f220a424a296c0877e2b
parentcf64a6c5361b23f1aa182e50537ebb4c6c34c453
Preliminary experimental support for SPDY draft 2.
18 files changed:
auto/modules
auto/options
auto/sources
src/http/modules/ngx_http_ssl_module.c
src/http/ngx_http.c
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_spdy.c [new file with mode: 0644]
src/http/ngx_http_spdy.h [new file with mode: 0644]
src/http/ngx_http_spdy_filter_module.c [new file with mode: 0644]
src/http/ngx_http_spdy_module.c [new file with mode: 0644]
src/http/ngx_http_spdy_module.h [new file with mode: 0644]
src/http/ngx_http_upstream.c