Lucas Pardue
Lucas Pardue
To date, we've focused on reporting packet loss counts as aggregate metrics. This change adds support for the qlog packet_lost event. We already log packet_sent events and include the frames...
Implements https://lpardue.github.io/draft-pardue-moq-qlog-moq-events/#go.draft-pardue-moq-qlog-moq-events.html
When a peer iniates a unidirectional stream and sends data, it is normally readable at the local endpoint. However, a local call to stream_shutdown() with Direction::Read removes it from the...
... as discussed and drafted during the June 2025 interim.
Calls to send_request(), send_response(), send_response_with_priority(), and send_additional_headers() can fail with a StreamBlocked error indicating lack of underlying transport capacity. When this occurs, applications are expected to retry the operation when...
This attempts to use a unit test to emulate the behaviour described in https://github.com/cloudflare/quiche/issues/2277, where the peer clams to send a DATA frame of length N but sends fewer bytes...
I have a tendency to use a `/` in branch names as a convention. For example `lucas/fix-spelling-mistakes`. In the http-extensions repo, this seems to trigger benign warnings in the editor...