- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 28 Sep 2023 03:59:23 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 28 September 2023 10:59:29 UTC
@annevk commented on this pull request. > + <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. + +</ol> + +<p class=note> No the one after. Start and end tags are typically directly adjacent to any text nodes. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1655#discussion_r1339941298 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1655/review/1648492439@github.com>
Received on Thursday, 28 September 2023 10:59:29 UTC