]> git.kaiwu.me - nginx.git/commit
HTTP/3: "quic" parameter of "listen" directive.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 27 Feb 2023 10:00:56 +0000 (14:00 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 27 Feb 2023 10:00:56 +0000 (14:00 +0400)
commit815ef96124176baef4e940c4beaec158305b368a
treeef62d1240eae60059e678eb5801caeffa8f14bba
parenta36ebf7e95baebf445b0973bd270bc009b0b0e9a
HTTP/3: "quic" parameter of "listen" directive.

Now "listen" directve has a new "quic" parameter which enables QUIC protocol
for the address.  Further, to enable HTTP/3, a new directive "http3" is
introduced.  The hq-interop protocol is enabled by "http3_hq" as before.
Now application protocol is chosen by ALPN.

Previously used "http3" parameter of "listen" is deprecated.
README
src/http/modules/ngx_http_ssl_module.c
src/http/ngx_http.c
src/http/ngx_http_core_module.c
src/http/ngx_http_core_module.h
src/http/ngx_http_request.c
src/http/v3/ngx_http_v3.c
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_module.c
src/http/v3/ngx_http_v3_request.c
src/http/v3/ngx_http_v3_uni.c