Skip to content

Commit 39d25f6

Browse files
committed
Address comments
1 parent 9013d73 commit 39d25f6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

fetch.bs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,7 +3291,7 @@ steps:
32913291

32923292
<p class="note">This is a fallback request that shouldn't be upgraded again.
32933293

3294-
<li><p>Otherwise, upgrade the request by setting the following fields:
3294+
<li><p>Otherwise, set the following fields:
32953295
<ul>
32963296
<li>Set <code>https-upgrade-fallback-url</code> to <var>request</var>'s <a for="request">URL</a>.
32973297
<li>Set <var>request</var>'s <a for="request">URL</a>'s <a for="url">scheme</a> to "<code>https</code>".
@@ -3309,11 +3309,7 @@ To run <dfn>HTTPS upgrade fallback</dfn> given a <a for=/>request</a>
33093309
<li><p>If <var>request</var>'s <code>https-upgrade</code> flag is not set, return
33103310
<var>response</var>.
33113311

3312-
<p class="note">This means <var>request</var> was not upgraded.
3313-
33143312
<li>
3315-
<p class="note">The request was upgraded.
3316-
33173313
<p>If <var>response</var> is a network error, run the following steps:
33183314
<p class="note">This means that the upgrade failed and initiates a fallback load.
33193315
<ol>
@@ -3322,7 +3318,9 @@ To run <dfn>HTTPS upgrade fallback</dfn> given a <a for=/>request</a>
33223318
<li>Return <var>fallbackResponse</var>.
33233319
</ol>
33243320

3325-
<li><p>Otherwise, the upgrade was successful. Return <var>response</var>.
3321+
<li>
3322+
<p class="note">The upgrade was successful.
3323+
<p>Return <var>response</var>.
33263324
</ol>
33273325

33283326
<p class=note>

0 commit comments

Comments
 (0)