File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3325,15 +3325,16 @@ steps:
3325
3325
<p class=note> This means that the upgrade failed and initiates a fallback load.
3326
3326
<ol>
3327
3327
<li><p> Let <var> fallbackResponse</var> be a new <a for=/>Response</a> with its
3328
- <code> Location</code> header set to <a for=request>HTTPS upgrade fallback URL</a> , and its
3329
- <a for="response">status</a> set to 307.
3328
+ <code> Location</code> header set to <var> request </var> 's < a for=request>HTTPS upgrade fallback
3329
+ URL</a> , and its <a for="response">status</a> set to 307.
3330
3330
3331
3331
<li> Return <var> fallbackResponse</var> .
3332
3332
</ol>
3333
3333
3334
3334
<li>
3335
- <p class=note> The upgrade was successful.
3336
3335
<p> Return <var> response</var> .
3336
+ <p class=note> This means the upgrade was successful.
3337
+
3337
3338
</ol>
3338
3339
3339
3340
<p class=note>
You can’t perform that action at this time.
0 commit comments