-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[QUIC] Surface transport error code in QuicException #72666
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsIn case of We also get it in There might still be necessity to expand msquic data to avoid holding stream -> connection link to solve this properly.
|
Triage: in the same bucket as other exception related issues, should be investigated and decided in 8.0. |
@wfurt shouldn't this be resolved by your changes? |
fixed by #88550 (community contribution) |
In case of
SHUTDOWN_INITIATED_BY_TRANSPORT
we now get transport level error code, but we don't use it.We also get it in
SHUTDOWN_COMPLETE.ConnectionShutdown
case where we would throw the same exception as inSHUTDOWN_INITIATED_BY_TRANSPORT
in ideal case.There might still be necessity to expand msquic data to avoid holding stream -> connection link to solve this properly.
https://www.rfc-editor.org/rfc/rfc9000.html#name-transport-error-codes
The text was updated successfully, but these errors were encountered: