]> git.kaiwu.me - nginx.git/commit
QUIC: allowed main QUIC connection for some operations.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 31 Jan 2022 06:16:47 +0000 (09:16 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 31 Jan 2022 06:16:47 +0000 (09:16 +0300)
commitacb585518d868a5051c1caa85add006d975751f5
treee4edefa822b4851a0a39aaefe42fc2daa2e6de1a
parentf87630ab49d053d35829e8c2e2160e66495f3a2d
QUIC: allowed main QUIC connection for some operations.

Operations like ngx_quic_open_stream(), ngx_http_quic_get_connection(),
ngx_http_v3_finalize_connection(), ngx_http_v3_shutdown_connection() used to
receive a QUIC stream connection.  Now they can receive the main QUIC
connection as well.  This is useful when calling them from a stream context.
src/event/quic/ngx_event_quic_streams.c
src/http/v3/ngx_http_v3.c
src/http/v3/ngx_http_v3.h