- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 24 Nov 2017 11:11:58 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 November 2017 11:12:24 UTC
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