]> git.kaiwu.me - nginx.git/commit
QUIC: introduced explicit stream states.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 31 Jan 2022 06:46:02 +0000 (09:46 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 31 Jan 2022 06:46:02 +0000 (09:46 +0300)
commit5e31cdbb98466055ce27d4596b5e5a1406fc83d4
treeed886e8e18c1aae6e8d7231b6b9fd95a538c8815
parentc1b172f1d67f806c84dc088ddc57ed76514e85dd
QUIC: introduced explicit stream states.

This allows to eliminate the usage of stream connection event flags for tracking
stream state.
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_ack.c
src/event/quic/ngx_event_quic_streams.c