- From: Yoichi Osato <notifications@github.com>
- Date: Wed, 24 Feb 2021 22:49:14 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 February 2021 06:49:27 UTC
@yoichio commented on this pull request. > + <li><p>Return a <a>network error</a>. + </ol> + + <li> + <p>If <var>actualResponse</var>'s <a for=response>status</a> is 421, + <var>request</var>'s <a for=request>body</a> is non-null, and + <var>request</var>'s <a for=request>body</a>'s <a for=body>source</a> is + null, then return a <a>network error</a>. + + <li> + <p>Set <var>bypassConnectionPool</var> to true. + + <li> + <p>Set <var>response</var> to the result of running + <a>HTTP-network-or-cache fetch</a> given <var>fetchParams</var> and + <var>bypassConnectionPool</var>. Done. Just reused. BTW, no one call HTTP-network-or-cache fetch with isAuthenticationFetch parameter... -- 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_r582582960
Received on Thursday, 25 February 2021 06:49:27 UTC