Skip to content

Commit

Permalink
Fix up sec processing
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed Mar 18, 2019
1 parent a50febc commit 56c7c7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,9 @@ production as

<ol>
<li><p>Let <var>value</var> be <var>header</var>'s <a for=header>value</a>.
<li><p>If <var>value</var> starts with "Sec-", return true.

<li><p>If <var>header</var>'s <a for=header>name</a> starts with a <a>byte-case-insensitive</a>
match to `Sec-`, return true.

<li>
<p><a>Byte-lowercase</a> <var>header</var>'s <a for=header>name</a> and switch on the result:
Expand Down

0 comments on commit 56c7c7b

Please sign in to comment.