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

`Content-Length` is (very) often required by servers not because they need it to delimit the body, but because they want to know how many bytes the client intends to send, so they can refuse it early, rather than suck down a few M/G and then refuse the request. 

-- 
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-281243628

Received on Tuesday, 21 February 2017 04:39:39 UTC