File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3291,7 +3291,7 @@ steps:
3291
3291
3292
3292
<p class="note"> This is a fallback request that shouldn't be upgraded again.
3293
3293
3294
- <li><p> Otherwise, upgrade the request by setting the following fields:
3294
+ <li><p> Otherwise, set the following fields:
3295
3295
<ul>
3296
3296
<li> Set <code> https-upgrade-fallback-url</code> to <var> request</var> 's <a for="request">URL</a> .
3297
3297
<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>
3309
3309
<li><p> If <var> request</var> 's <code> https-upgrade</code> flag is not set, return
3310
3310
<var> response</var> .
3311
3311
3312
- <p class="note"> This means <var> request</var> was not upgraded.
3313
-
3314
3312
<li>
3315
- <p class="note"> The request was upgraded.
3316
-
3317
3313
<p> If <var> response</var> is a network error, run the following steps:
3318
3314
<p class="note"> This means that the upgrade failed and initiates a fallback load.
3319
3315
<ol>
@@ -3322,7 +3318,9 @@ To run <dfn>HTTPS upgrade fallback</dfn> given a <a for=/>request</a>
3322
3318
<li> Return <var> fallbackResponse</var> .
3323
3319
</ol>
3324
3320
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> .
3326
3324
</ol>
3327
3325
3328
3326
<p class=note>
You can’t perform that action at this time.
0 commit comments