Skip to content

qlog: Add RESET_STREAM_AT#2520

Open
martinthomson wants to merge 1 commit into
cloudflare:masterfrom
martinthomson:reset_stream_at
Open

qlog: Add RESET_STREAM_AT#2520
martinthomson wants to merge 1 commit into
cloudflare:masterfrom
martinthomson:reset_stream_at

Conversation

@martinthomson

Copy link
Copy Markdown

This minimally adds the definition of the frame from https://quicwg.org/reliable-stream-reset/draft-ietf-quic-reliable-stream-reset.html

I couldn't see any tests for this stuff, so I'm assuming that this is all that is needed.

Comment thread qlog/src/events/quic.rs
ResetStreamAt {
stream_id: u64,
error: ApplicationError,
error_code: Option<u64>,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is inconsistent with the definition in the editor's copy https://quicwg.org/qlog/draft-ietf-quic-qlog-quic-events.html#section-8.13.5 where the field is error_code_bytes.

It smells like the spec is using an inconsistent field name with https://quicwg.org/qlog/draft-ietf-quic-qlog-quic-events.html#section-8.13.4, rather than your PR being wrong. However, we should ensure the spec is updated before we cut draft 13 (that would introduce reset_stream_at)

@LPardue

LPardue commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Tests?!

image

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.

2 participants