- From: Chris Thompson <notifications@github.com>
- Date: Fri, 07 Jul 2023 11:21:35 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 July 2023 18:21:41 UTC
@christhompson commented on this pull request. > + +<h4 id=https-upgrades-fallback>Fallback algorithm</h4> + +To run <dfn>HTTPS upgrade fallback</dfn> given a <a for=/>request</a> +<var>request</var> and <a for=/>response</a> <var>response</var>, run these steps: + +<ol> + <li><p>If <var>request</var>'s <code>https-upgrade</code> flag is not set, return + <var>response</var>. + + <p class="note">This means <var>request</var> was not upgraded. + + <li> + <p>Otherwise, the request was upgraded. + + <p>If <var>response</var> is a network error, the upgrade failed. Initiate a fallback Done -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1256265196 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1519490371@github.com>
Received on Friday, 7 July 2023 18:21:41 UTC