- From: meacer <notifications@github.com>
- Date: Wed, 27 Sep 2023 10:38:35 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 September 2023 17:38:40 UTC
@meacer commented on this pull request. > + <var>response</var>. + + <li> + <p>If <var>response</var> is a network error, run the following steps: + <p class=note>This means that the upgrade failed and initiates a fallback load. + <ol> + <li><p>Let <var>fallbackResponse</var> be a new <a for=/>Response</a> with its + <code>Location</code> header set to <var>request</var>'s <a for=request>HTTPS upgrade fallback + URL</a>, and its <a for="response">status</a> set to 307. + + <li>Return <var>fallbackResponse</var>. + </ol> + + <li> + <p>Return <var>response</var>. + <p class=note>This means the upgrade was successful. Done -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1338975541 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1647246461@github.com>
Received on Wednesday, 27 September 2023 17:38:40 UTC