Re: [whatwg/fetch] Editorial: remove some duplicate abort logic (#1187)

@annevk commented on this pull request.



> @@ -7906,14 +7906,6 @@ method steps are:
  <li><p>If <var>request</var>'s <a for=request>body</a> is not null and is
  <a for=ReadableStream>readable</a>, then <a for=ReadableStream>cancel</a> <var>request</var>'s
  <a for=request>body</a> with <var>error</var>.
-
- <li><p>If <var>responseObject</var> is null, then return.

This was a good comment. It resulted in #1505, #1506, #1507, and #1508 thus far. I suspect I should reinstate this, but we might still want some follow-up to also create a stream for HTTP cache cases.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1187#discussion_r1001767841
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1187/review/1150930731@github.com>

Received on Friday, 21 October 2022 13:10:21 UTC