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

We could allow the setting of `Content-Length` as long as the value matches `/\d+/` and `value == Number(value)`.

I think if the stream closes before enough content is provided, we abort the request. Once the stream provides content-length bytes, the stream can be cancelled is it tries to provide more data.

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

Received on Friday, 28 July 2017 14:17:09 UTC