- From: Jake Archibald <notifications@github.com>
- Date: Fri, 28 Jul 2017 14:16:46 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 July 2017 14:17:09 UTC
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