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: request context cancellation #4508

Open
marten-seemann opened this issue May 13, 2024 · 0 comments
Open

http3: request context cancellation #4508

marten-seemann opened this issue May 13, 2024 · 0 comments

Comments

@marten-seemann
Copy link
Member

The documentation says

For incoming server requests, the context is canceled when the client's connection closes, the request is canceled (with HTTP/2), or when the ServeHTTP method returns.

The first condition is already satisfied by using the quic.Connection, but we need to do a little bit of work for the second and the third.

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

No branches or pull requests

1 participant