Re: [whatwg/fetch] 421 and upload streams (#982)

I confirmed that both Chrome and Firefox retried the request once upon the 421 response for simple string fetch except
only Chrome prompted ```POST <url> 421 (Misdirected Request)``` error in devtool.

As [fetch() fails on redirect resolution](https://github.com/whatwg/fetch/issues/538#issuecomment-617563962), how about 
specifying "fetch() fails with the promise-error "Browser tried to retry the request on 421 but Stream can not be replayed" " as well?
or
As the IETF spec states "Clients receiving a 421 (Misdirected Request) response from a server MAY retry the request", not retrying
anything is also valid behavior. So no spec update is needed?


-- 
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/issues/982#issuecomment-672589544

Received on Wednesday, 12 August 2020 05:29:14 UTC