]> git.kaiwu.me - nginx.git/commit
QUIC: added "quic" listen parameter.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 21 Jul 2020 20:09:22 +0000 (23:09 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 21 Jul 2020 20:09:22 +0000 (23:09 +0300)
commitb813b9ec358862a2a94868bc057420d6eca5c05d
tree57c250cf526c85f6d1a7889f65110daa9cb7e57b
parenta305de07e934dd1ff21111d0314821a34880ab13
QUIC: added "quic" listen parameter.

The parameter allows processing HTTP/0.9-2 over QUIC.

Also, introduced ngx_http_quic_module and moved QUIC settings there
20 files changed:
auto/lib/openssl/conf
auto/modules
auto/options
src/core/ngx_connection.c
src/core/ngx_connection.h
src/event/ngx_event.c
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h
src/http/modules/ngx_http_quic_module.c [new file with mode: 0644]
src/http/modules/ngx_http_quic_module.h [new file with mode: 0644]
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/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_module.c
src/http/v3/ngx_http_v3_streams.c