- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 21 Nov 2017 11:24:42 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 November 2017 11:25:08 UTC
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