Lucas Pardue
Lucas Pardue
The name of the setting was changed in draft 28
Across the qlog docs, the text seems inconsistent when it mentions the "trigger" field, and whether that is a property of Event of Event:Data. For example ``` For each event...
QlogFile and QlogFileSeq contain `summary?: Summary`. However, https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html#section-3.1 states > As the summary field is highly deployment-specific, this document does not specify any default fields or their semantics. It's not...
The example in https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html#common-fields suggests the field is a string. Elsewhere, timestamps seem to be integers https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html#section-3.4.1 but in Event the `time` is a double https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html#section-3.4
Slightly related to #124 https://quicwg.org/qlog/draft-ietf-quic-qlog-quic-events.html#section-3.3.15 defines the data_moved event. The stream_id field is optional. It isn't clear if the type of data I'm moving is stream data (and I don't...
https://quicwg.org/qlog/draft-ietf-quic-qlog-quic-events.html#name-parameters_set defines some of the core QUIC TPs and then says > Additionally, this event can contain any number of unspecified fields. This is to reflect setting of for example...
In the main logging schema, about half of the `JSON serialization` examples don't encapsulate field names in double quotes. So passing these verbatim into a parser will yield errors.
Draft 00 doesn't mention the [Expect header](https://www.rfc-editor.org/rfc/rfc9110.html#name-expect) at all. I think we might find some rough edges here depending on how the feature discussion settles. The final answer might boil...
One of the natural questions that stems from an effort to standardize a new upload approach is "can this be implemented in HTML forms"? Is there any work we need...