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

[HTTP/3] Reenable ResponseCancellation_ServerReceivesCancellation #67535

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

rzikm
Copy link
Member

@rzikm rzikm commented Apr 4, 2022

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

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
@ghost
Copy link

ghost commented Apr 4, 2022

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

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

Author: rzikm
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@rzikm rzikm requested a review from CarnaViire April 4, 2022 18:18
@CarnaViire
Copy link
Member

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?

@rzikm
Copy link
Member Author

rzikm commented Apr 6, 2022

I have run about 200 iterations on a VM similar to what we use on CI and this particular test did not fail.

@rzikm
Copy link
Member Author

rzikm commented Apr 7, 2022

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@ManickaP ManickaP left a 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!

@rzikm
Copy link
Member Author

rzikm commented Apr 12, 2022

Lots of unrelated CI failures:

@rzikm rzikm merged commit f04bf3b into dotnet:main Apr 12, 2022
@ghost ghost locked as resolved and limited conversation to collaborators May 12, 2022
@karelz karelz added this to the 7.0.0 milestone Jul 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[HTTP/3] Test failure ResponseCancellation_ServerReceivesCancellation
4 participants