Re: [fetch] Replace byte stream with ReadableStream. (#200)

>  
> -   <li><p>Set <var>input</var>'s
> -   <span title=concept-Request-disturbed-flag>disturbed flag</span>.
> +   <li>

This step confuses me. If input has a request body, then we override it with an empty stream, then immediately get a reader for the empty stream and read all the bytes in it, then never release the reader?

Shouldn't it instead be the case that we consume the request body, or transfer it, or tee it, or something? I forget what behavior we landed on, but this behavior seems wrong...

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/200/files#r51463950

Received on Monday, 1 February 2016 19:06:25 UTC