-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[HTTP/3] Loopback server should dispose underlying QUIC connection #57779
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThe logic to do this is currently disabled: https://github.com/dotnet/runtime/blob/main/src/libraries/Common/tests/System/Net/Http/Http3LoopbackConnection.cs#L57 We should re enable this and fix tests accordingly.
|
Triage: We disabled the behavior to make tests pass on all versions of HTTP -- we will have to review the failures again once we work on this. |
Triage: Try it and see what it does. If there are too many issues, we are fine with Future. |
Let's revisit this while working on |
The logic to do this is currently disabled: https://github.com/dotnet/runtime/blob/main/src/libraries/Common/tests/System/Net/Http/Http3LoopbackConnection.cs#L57
We should re enable this and fix tests accordingly.
The text was updated successfully, but these errors were encountered: