-
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
[browser] http streaming request server error #105709
[browser] http streaming request server error #105709
Conversation
cc @campersau , review welcome it seems that https://bugs.chromium.org/p/chromium/issues/detail?id=1480250 was fixed I guess it does no harm (with this PR) and we could delete it in Net10 |
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.
Yes, if the tests are passing without the fetch race workaround we could remove this logic.
src/libraries/System.Net.Http/src/System/Net/Http/BrowserHttpHandler/BrowserHttpHandler.cs
Show resolved
Hide resolved
72f0183
to
6e1d285
Compare
http_wasm_transform_stream_write
andhttp_wasm_transform_stream_close
asBrowserHttpWriteStream.Rejected
StatusCode.ashx
test helper to be able to delayAbortRequest
andAbortResponse
intoBrowserHttpInterop.AbortResponse
http_wasm_abort_request
andhttp_wasm_abort_response
intohttp_wasm_abort
handle_abort_error
controller.abortController
when there is nostreamWriter
orstreamReader
BrowserHttpHandler_StreamingRequest_CancelRequest
on CIFixes #104612