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

Fixed fetch abort behaviour for Edge 16+ #819

Merged
merged 1 commit into from
Dec 23, 2020

Conversation

MarcusLongmuir
Copy link
Contributor

Came across this issue whilst overhauling the testing CI and have pulled it out to leave that work independent of functional changes.

Changes

  • Moved the AbortController.abort() to before the reader.cancel() which appears to silently (on the client side) fix the server connection not being closed immediately.
  • Added Edge 16 to browser test matrix

Verification

  • CI ran successfully

@improbable-prow-robot improbable-prow-robot added the size/S Denotes a PR that changes 15-39 lines, ignoring generated files. label Dec 23, 2020
@MarcusLongmuir MarcusLongmuir merged commit 7c2c243 into master Dec 23, 2020
@MarcusLongmuir MarcusLongmuir deleted the develop/fix-fetch-edge-abort branch December 23, 2020 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 15-39 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants