Re: [whatwg/fetch] Request body streams that cannot be retried (#538)

If I'm reading the spec correctly, we return an error if the body is a stream (it has no source) and we get a redirect that isn't 303 https://fetch.spec.whatwg.org/#concept-http-redirect-fetch (step 9).

Should this allow 301/2 responses if the method is POST?

-- 
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/538#issuecomment-659350493

Received on Thursday, 16 July 2020 11:29:29 UTC