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

Should request stream be aborted if the upload is failing #170

Open
youennf opened this issue Mar 2, 2023 · 1 comment · May be fixed by #171
Open

Should request stream be aborted if the upload is failing #170

youennf opened this issue Mar 2, 2023 · 1 comment · May be fixed by #171

Comments

@youennf
Copy link

youennf commented Mar 2, 2023

When upload fails, https://wicg.github.io/background-fetch/#background-fetch-manager-fetch step 8.8.3.2 says to error the stream via https://streams.spec.whatwg.org/#readablestream-error.
It seems it should instead cancel the stream via https://streams.spec.whatwg.org/#readablestream-cancel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants