- From: Yoichi Osato <notifications@github.com>
- Date: Sun, 31 Jan 2021 22:08:41 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 February 2021 06:08:53 UTC
@yoichio commented on this pull request. > @@ -4593,6 +4593,31 @@ Range Requests</cite>. [[HTTP-RANGE]] However, this is not widely supported by b using <var>request</var>. </ol> + <li> + <p>If <var>response</var>'s <a for=response>status</a> is 421, then: + + <ol> + <li> + <p>If the ongoing fetch is <a for=fetch>terminated</a>, then: + + <ol> + <li><p>Let <var>aborted</var> be the termination's aborted flag. + + <li><p>If <var>aborted</var> is set, then return an <a>aborted network error</a>. + + <li><p>Return a <a>network error</a>. I just followed the above 401 and 407 case handlings. @annevk ,@yutakahirano, any thoughts? -- 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/1141#discussion_r567583223
Received on Monday, 1 February 2021 06:08:53 UTC