]> git.kaiwu.me - nginx.git/commit
QUIC: reusable mode for main connection.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 29 Nov 2022 13:46:46 +0000 (17:46 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 29 Nov 2022 13:46:46 +0000 (17:46 +0400)
commitdc82bed893cc4292c459d41269882b621b98f5b3
tree8c7a7740c0c72dc3bed50bf5f296f7e6a560931c
parenta89167c247afd67e43017583033463f551737262
QUIC: reusable mode for main connection.

The connection is automatically switched to this mode by transport layer when
there are no non-cancelable streams.  Currently, cancelable streams are
HTTP/3 encoder/decoder/control streams.
src/event/quic/ngx_event_quic.c
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_streams.c
src/http/v3/ngx_http_v3_uni.c