]> git.kaiwu.me - nginx.git/commit
QUIC: prevent deleted stream frame retransmissions.
authornandsky <lishu.zy@alibaba-inc.com>
Mon, 30 Sep 2024 12:51:17 +0000 (20:51 +0800)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 8 Oct 2024 15:55:14 +0000 (19:55 +0400)
commit3f6d94d8881ca6755b1baa4dd6248a7b7ed15735
tree79a3bec419dfabd35ab4b5bd4f7663c5f63141cc
parent144778aee6e377c9bcd84368848b2e27871d570f
QUIC: prevent deleted stream frame retransmissions.

Since a2a513b93cae, stream frames no longer need to be retransmitted after it
was deleted.  The frames which were retransmitted before, could be stream data
frames sent prior to a RESET_STREAM. Such retransmissions are explicitly
prohibited by RFC 9000, Section 19.4.
src/event/quic/ngx_event_quic_ack.c