]> git.kaiwu.me - nginx.git/commit
The HTTP/2 implementation (RFC 7240, 7241).
authorValentin Bartenev <vbart@nginx.com>
Fri, 11 Sep 2015 17:13:06 +0000 (20:13 +0300)
committerValentin Bartenev <vbart@nginx.com>
Fri, 11 Sep 2015 17:13:06 +0000 (20:13 +0300)
commitee37ff613fe2a746e23040a7a8aba64063123175
tree1277a631ca6e5d1581cb366afd63bbb474ab1c46
parent2c9691431229bfe33e81c5a03a70792548b28e22
The HTTP/2 implementation (RFC 7240, 7241).

The SPDY support is removed, as it's incompatible with the new module.
26 files changed:
auto/make
auto/modules
auto/options
auto/sources
src/core/ngx_connection.h
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_request.c
src/http/ngx_http_request.h
src/http/ngx_http_request_body.c
src/http/ngx_http_spdy.c [deleted file]
src/http/ngx_http_spdy.h [deleted file]
src/http/ngx_http_spdy_filter_module.c [deleted file]
src/http/ngx_http_spdy_module.c [deleted file]
src/http/ngx_http_upstream.c
src/http/v2/ngx_http_v2.c [new file with mode: 0644]
src/http/v2/ngx_http_v2.h [new file with mode: 0644]
src/http/v2/ngx_http_v2_filter_module.c [new file with mode: 0644]
src/http/v2/ngx_http_v2_huff_decode.c [new file with mode: 0644]
src/http/v2/ngx_http_v2_huff_encode.c [new file with mode: 0644]
src/http/v2/ngx_http_v2_module.c [new file with mode: 0644]
src/http/v2/ngx_http_v2_module.h [moved from src/http/ngx_http_spdy_module.h with 58% similarity]
src/http/v2/ngx_http_v2_table.c [new file with mode: 0644]