Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) Make fragment identifiers fail WebSocket connections for n…
…ow, to allow for future expansion if necessary.

git-svn-id: http://svn.whatwg.org/webapps@4403 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 4, 2009
1 parent f6b21b3 commit 338d93d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -65843,6 +65843,9 @@ <h6 id=parsing-web-socket-urls><span class=secno>10.3.4.2.1 </span>Parsing Web S
when <a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>, is either "<code title="">ws</code>" or "<code title="">wss</code>", then fail this
algorithm.</li>

<li><p>If <var title="">url</var> has a <a href=#url-fragment title=url-fragment>&lt;fragment&gt;</a> component, then fail
this algorithm.</li>

<li><p>If the <a href=#url-scheme title=url-scheme>&lt;scheme&gt;</a>
component of <var title="">url</var> is "<code title="">ws</code>",
set <var title="">secure</var> to false; otherwise, the <a href=#url-scheme title=url-scheme>&lt;scheme&gt;</a> component is "<code title="">wss</code>", set <var title="">secure</var> to
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -75100,6 +75100,10 @@ Frame type byte &lt;-------------------------------------.
title="">ws</code>" or "<code title="">wss</code>", then fail this
algorithm.</p></li>

<li><p>If <var title="">url</var> has a <span
title="url-fragment">&lt;fragment&gt;</span> component, then fail
this algorithm.</p></li>

<li><p>If the <span title="url-scheme">&lt;scheme&gt;</span>
component of <var title="">url</var> is "<code title="">ws</code>",
set <var title="">secure</var> to false; otherwise, the <span
Expand Down

0 comments on commit 338d93d

Please sign in to comment.