Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend qlog subsystem to allow for logging port events #926

Open
Tracked by #878
nhorman opened this issue Nov 19, 2024 · 1 comment
Open
Tracked by #878

Extend qlog subsystem to allow for logging port events #926

nhorman opened this issue Nov 19, 2024 · 1 comment

Comments

@nhorman
Copy link
Contributor

nhorman commented Nov 19, 2024

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

@Sashan
Copy link

Sashan commented Dec 9, 2024

this is not needed for server MVP.

@t8m t8m removed this from the 3.5.0 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Status: Refining
Development

No branches or pull requests

3 participants