]> git.kaiwu.me - nginx.git/commit
HTTP/3.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 13 Mar 2020 16:36:33 +0000 (19:36 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 13 Mar 2020 16:36:33 +0000 (19:36 +0300)
commit7739b6073b11086d9a3dc4b9744418070e182c33
tree7a16aeff28275722458173e83e2f6dd1889cc44a
parent365b77b58732a708168c995c7956f50d110fee33
HTTP/3.
18 files changed:
auto/make
auto/modules
auto/options
src/event/ngx_event.c
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h
src/http/ngx_http.h
src/http/ngx_http_core_module.c
src/http/ngx_http_header_filter_module.c
src/http/ngx_http_parse.c
src/http/ngx_http_request.c
src/http/ngx_http_request.h
src/http/v3/ngx_http_v3.c [new file with mode: 0644]
src/http/v3/ngx_http_v3.h [new file with mode: 0644]
src/http/v3/ngx_http_v3_module.c [new file with mode: 0644]
src/http/v3/ngx_http_v3_request.c [new file with mode: 0644]
src/http/v3/ngx_http_v3_streams.c [new file with mode: 0644]
src/http/v3/ngx_http_v3_tables.c [new file with mode: 0644]