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

Thanks for clarifying that.

I'm not familiar with the spec grammar and writing.
How about rewriting the current spec with
```
If the body is not streaming, clients receiving a 421 (Misdirected Request) response from a server MUSTY retry the request.
If the body is streaming, clients receiving a 421 (Misdirected Request) response from a server MUSTY not retry the request.
```
?
and which spec (rfc7540 or whatwg/fetch) should be updated?


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

Received on Monday, 26 October 2020 05:30:03 UTC