qlog icon indicating copy to clipboard operation
qlog copied to clipboard

Guidance for using RawInfo in protocol schemas

Open LPardue opened this issue 1 month ago • 0 comments

The main schema defines RawInfo and our QUIC and HTTP/3 schemas use it. However, while implementing the update to latest drafts and migrating code, I wasn't always sure how to deal with things like STREAM frame RawInfo::length vs. RawInfo::payload_length. If things are ambiguous, we risk some interoperability issues. I think it would help to be quite explicit on how to populate the raw fields of protocol elements such as frames.

LPardue avatar Nov 25 '25 16:11 LPardue