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

> Do we also want to do this if the service worker returns a 421 or only if the network returns one? 

Both Chrome and Firefox retry only if the network returns 421. 

> Also, I think we should cover what should happen for a non-streaming request.

Chrome does this retry during "7.3. Set response to the result of making an HTTP request over connection using request" in 4.6. HTTP-network fetch.
How might we write it down ?

> We should probably have test coverage either way.

Sure.

> Could you also restore the pull request template?

Done.



-- 
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-766605493

Received on Monday, 25 January 2021 07:21:46 UTC