]> git.kaiwu.me - nginx.git/commit
QUIC: connections with wrong ALPN protocols are now rejected.
authorVladimir Homutov <vl@nginx.com>
Wed, 3 Nov 2021 10:36:21 +0000 (13:36 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 3 Nov 2021 10:36:21 +0000 (13:36 +0300)
commit0572c2a69f4edef04e3babdb6f9ef18ff52a9619
treecec18af1b5170b6e85719a811f410e29d2b74033
parent5f9c4e15a398bc10e23c7d366d181380135e2503
QUIC: connections with wrong ALPN protocols are now rejected.

Previously, it was not enforced in the stream module.
Now, since b9e02e9b2f1d it is possible to specify protocols.

Since ALPN is always required, the 'require_alpn' setting is now obsolete.
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_ssl.c
src/http/modules/ngx_http_quic_module.c
src/stream/ngx_stream_quic_module.c