Re: [whatwg/fetch] HTTPS upgrades proposal (PR #1655)

@christhompson commented on this pull request.



> +  </li>
+</ol>
+
+<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 class="note">The request was upgraded.

Yeah, since this refers to the request's `https-upgrade` flag I think this is reasonably clear without the notes at all, so I've removed them.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1655#discussion_r1260153529
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1655/review/1524980791@github.com>

Received on Tuesday, 11 July 2023 18:56:51 UTC