Re: [whatwg/fetch] Streams based uploading with Content-Length (not chunked encoding) (#95)

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