-
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
[HTTP/3] Reenable ResponseCancellation_ServerReceivesCancellation #67535
Conversation
Since dotnet#57156 enforced sending RequestCancelled HTTP response code when disposing the stream, we no longer need to check for the 0xffffffff error code. Fixes dotnet#56194
Tagging subscribers to this area: @dotnet/ncl |
This test sometimes timed out before -- just to double check, have you tried running it in a tight loop for some time, to be sure it doesn't reproduce anymore? |
I have run about 200 iterations on a VM similar to what we use on CI and this particular test did not fail. |
/azp run runtime-libraries-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if it runs, thanks!
Lots of unrelated CI failures:
|
Since #57156 enforced sending RequestCancelled HTTP response code when disposing the stream, we no longer need to check for the 0xffffffff error code.
Fixes #56194