Skip to content

Fix double counting of remotly reset streams - #2581

Open
jeniksv wants to merge 1 commit into
cloudflare:masterfrom
jeniksv:jeniksv/reset_stream_double_count
Open

Fix double counting of remotly reset streams#2581
jeniksv wants to merge 1 commit into
cloudflare:masterfrom
jeniksv:jeniksv/reset_stream_double_count

Conversation

@jeniksv

@jeniksv jeniksv commented Aug 12, 2026

Copy link
Copy Markdown

reset_stream_remote_count is documented as the number of streams reset by remote. However it was incremented on every processed RESET_STREAM frame, so a retransmitted RESET_STREAM for a stream that was already reset, but not yet collected, counted the same stream more than once.

`reset_stream_remote_count` is documented as the number of streams reset
by remote. However it was incremented on every processed RESET_STREAM
frame, so a retransmitted RESET_STREAM for a stream that was already
reset, but not yet collected, counted the same stream more than once.
@jeniksv
jeniksv requested a review from a team as a code owner August 12, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant