[whatwg/fetch] More eargerly send RST_STREAM on redirects (#638)

Checking if body is not done had a problem in that if body's stream is null it would end up not working as "done" tries to read internal slots from a body's stream.

This also makes the language around RST_STREAM frames consistent.

Fixes #635.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/638

-- Commit Summary --

  * More eargerly send RST_STREAM on redirects

-- File Changes --

    M fetch.bs (17)

-- Patch Links --

https://github.com/whatwg/fetch/pull/638.patch
https://github.com/whatwg/fetch/pull/638.diff

-- 
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/pull/638

Received on Friday, 24 November 2017 11:12:24 UTC