Re: [whatwg/fetch] Add HTTP fetch step on 421. (#1141)

@yoichio I updated this per the discussion in https://github.com/httpwg/http-core/issues/789. In particular:

1. If you get a 421 while you do a stream upload, we just pass the 421 on to the caller.
2. If you get a 421 a second time, we just pass the 421 on the caller (and don't allow for another retry).

Are you willing to update the tests if that seems reasonable? I can also help out. Just let me know.

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

Received on Wednesday, 3 March 2021 09:25:36 UTC