quicwg / qlog

The IETF I-D documents for the qlog format
Other
77 stars 12 forks source link

Make logging raw byte values consistent #421

Open rmarx opened 5 days ago

rmarx commented 5 days ago

As detailed here https://github.com/quicwg/qlog/pull/383#issuecomment-2194521047, we're not really consistent in how we allow logging of raw byte values of individual fields, especially if they're "unknown"/don't map to a known string or name or type or...

This is a reminder to @rmarx to make a PR that makes this consistent across all events that currently don't use the field_bytes: uint64 (or similar) pattern.