Lucas Pardue

Results 140 issues of Lucas Pardue

There is an HTTP/2 column and since people are making progress on IETF QUIC & HTTP/3 interoperability it seems it might be useful to add an HTTP/3 column. There is...

frame_creator.c includes this: ``` /* * 0 1 2 3 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8...

Discussion on https://github.com/quicwg/base-drafts/issues/1556 highlighted that there is a problem with our parsing of some SETTINGS parameters as defined in draft 09 (and 13, current at time of writing). The offending...

This will be RFC soon, I'd like for the HTTP/3 schema to include this event formally. Spec: https://httpwg.org/http-extensions/draft-ietf-httpbis-priority.html#section-7.2

It's possible that a peer would open stream types of unknown type, and not in the reserved range. So let's fix that up.

What is this type supposed to represent? If it's a request stream, lets just call it that.

In https://quicwg.org/qlog/draft-ietf-quic-qlog-h3-events.html#appendix-A.3.9 you say > HTTP/3 qlog re-uses QUIC's UnknownFrame definition, since their values and usage overlaps This is ambiguous to me. Are you saying the defined object - QUIC...

We had a question about quiche's logging on https://github.com/cloudflare/quiche/issues/1197 this got me thinking some more about representations of time in qlog. In quiche, we use a monotonic non-decreasing clock. When...

In https://www.ietf.org/archive/id/draft-ietf-quic-qlog-main-schema-02.html#section-1.1.1 you define `uint8`, `uint16`, `uint32`, `uint64` and `hexstring`types. Have you considered if these types should be defined in their own document? This seems like something where direction from...

Editorial work on draft-ietf-quic-qlog-main-schema has been a lower priority than the design work. That's fine. But as we look ahead, we should think a bit about what the scope or...