- From: Vinod Anupam <notifications@github.com>
- Date: Fri, 13 Apr 2018 20:49:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 14 April 2018 03:50:13 UTC
vanupam commented on this pull request. > @@ -3849,7 +4301,8 @@ Range Requests</cite>. [[HTTP-RANGE]] However, this is not widely supported by b <ol> <li><p>Let <var>aborted</var> be the termination's aborted flag. - <li><p>If <var>connection</var> uses HTTP/2, then transmit an <code>RST_STREAM</code> frame. + <li><p>If <var>connection</var> is an HTTP/2 connection, then transmit an + "<code>RST_STREAM</code>" to cancel the underlying stream. Fixed. -- 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/325#discussion_r181540521
Received on Saturday, 14 April 2018 03:50:13 UTC