Re: [whatwg/fetch] Make HTTP fetch rejecting a streaming upload request on 421. (#1141)

In https://fetch.spec.whatwg.org/#http-network-or-cache-fetch we have checks for 401 and 407. I think we should handle 421 there as well, in a similar manner. This means that if a service worker creates a 421 the API will see it. Is there any kind of limit on the number of retries?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1141#issuecomment-766800961

Received on Monday, 25 January 2021 13:04:15 UTC