Skip to content

fix(unstable): make QuicListener yield QuicIncoming #30150

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devsnek
Copy link
Member

@devsnek devsnek commented Jul 20, 2025

accepting a quic incoming connection should happen outside the accept loop, since it connection-specific (e.g. one connection's backpressure shouldn't prevent another one from being accepted), and can raise exceptions that shouldn't stop the entire loop (e.g. invalid handshake)

@devsnek devsnek requested a review from bartlomieju July 21, 2025 08:45
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to get a test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants