- From: Jake Archibald <notifications@github.com>
- Date: Tue, 15 Aug 2017 15:22:15 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 15 August 2017 15:22:52 UTC
Do we need validating if it's been given the all-clear via a preflight? As for the switching, I'm used to it since nodejs does the same thing with responses. From https://nodejs.org/api/http.html#http_http_request_options_callback: > Sending a 'Content-Length' header will disable the default chunked encoding. Of course that doesn't mean it's the right thing for fetch to do. -- 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/95#issuecomment-322499745
Received on Tuesday, 15 August 2017 15:22:52 UTC