Re: [fetch] Introduce Response.body. (#118) (#128)

>     <span title=concept-Headers-guard>guard</span> is "<code title>immutable</code>".
> +
> +   <li><p>If <var>response</var>'s status is a <span>null body status</span>, resolve <var>p</var>

Without the early-exit, `res` has an empty associated readable stream instead of null. I stopped using null body status here and check `response`'s body's nullity instead.

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

Received on Tuesday, 29 September 2015 10:50:29 UTC