Re: [fetch] Support full-duplex HTTP streaming (#229)

Yeah, I think the web basically requires `Content-Length` for request bodies. We'll soon let developers opt out of that using streams with `fetch()`, but I think we'll continue to require that behavior for legacy paths, such as `<form>` or simply when not using streams.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/229#issuecomment-192106232

Received on Friday, 4 March 2016 05:02:09 UTC