You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which requrie that we log errors on sending frames prior to when a quic channel is established.
Using qlog seems like the most natural way to do this, but currently our qlog implementation is implemented on the assumption of a quic channel existing, and both these prs send frames at the port level, prior to such a channel being established.
We should implement qlog availability at the port level so we can appropriately log failures in these use cases
The text was updated successfully, but these errors were encountered:
We have two in flight PRS:
#715
#921
Which requrie that we log errors on sending frames prior to when a quic channel is established.
Using qlog seems like the most natural way to do this, but currently our qlog implementation is implemented on the assumption of a quic channel existing, and both these prs send frames at the port level, prior to such a channel being established.
We should implement qlog availability at the port level so we can appropriately log failures in these use cases
The text was updated successfully, but these errors were encountered: