-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[wasm] Cancel pending ReadableStream on Dispose or cancelationToken #64285
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
[wasm] Cancel pending ReadableStream on Dispose or cancelationToken #64285
Conversation
- add unit test for the scenario
|
Tagging subscribers to this area: @dotnet/ncl Issue Details
|
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/Common/tests/System/Net/Http/ResponseStreamTest.cs
Outdated
Show resolved
Hide resolved
|
One area- label only please, for labeler bot .. |
src/libraries/System.Net.Http/src/System/Net/Http/BrowserHttpHandler/BrowserHttpHandler.cs
Outdated
Show resolved
Hide resolved
- fixed few cancelation issues
src/libraries/System.Net.Http/src/System/Net/Http/BrowserHttpHandler/BrowserHttpHandler.cs
Show resolved
Hide resolved
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/Common/tests/System/Net/Http/GenericLoopbackServer.cs
Outdated
Show resolved
Hide resolved
...braries/Common/tests/System/Net/Prerequisites/RemoteLoopServer/Handlers/RemoteLoopHandler.cs
Outdated
Show resolved
Hide resolved
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/Common/tests/System/Net/Http/GenericLoopbackServer.cs
Outdated
Show resolved
Hide resolved
src/libraries/Common/tests/System/Net/Http/HttpClientHandlerTest.Cancellation.cs
Outdated
Show resolved
Hide resolved
…st.Cancellation.cs
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
We've had another customer report of this in net6 should we consider servicing it? |
ReadableStream.cancelon cancelationToken ofWasmHttpReadStream.ReadAsyncAbortController.abortwhen disposingWasmFetchResponseandWasmHttpReadStreamSocketsHttpHandler_HttpClientHandler_Http11_Cancellation_Testtests for Browser targetWaitForCloseto theLoopbackServerRemoteLoopHandlerFixes #64225