Re: [whatwg/fetch] Clarify semantics of checking done, closed, etc. states of a null body stream (#635)

Step 5.1 of https://fetch.spec.whatwg.org/#concept-http-fetch exists to stop sending the request body when there is a redirect as redirect endpoints have no use for it (except 303 endpoints, which might).

In case you follow that redirect and the request body is a stream, step 9 of https://fetch.spec.whatwg.org/#concept-http-redirect-fetch would return a network error as we don't support "restreaming".

I don't understand your question about process request end-of-body.

-- 
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/635#issuecomment-345997842

Received on Tuesday, 21 November 2017 11:25:08 UTC