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

http3: refuse to send datagrams associated with a closed stream #4488

Merged
merged 1 commit into from
May 5, 2024

Conversation

marten-seemann
Copy link
Member

It's only valid to send datagrams associated with a stream whose send direction is not closed.

It's only valid to send datagrams associated with a stream whose send
direction is not closed.
@marten-seemann marten-seemann linked an issue May 5, 2024 that may be closed by this pull request
@marten-seemann marten-seemann merged commit c7b58b5 into master May 5, 2024
32 of 33 checks passed
@marten-seemann marten-seemann deleted the http3-refuse-datagrams-for-closed-stream branch May 5, 2024 00:48
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.

http3: don't send datagrams on closed streams
1 participant