Skip to content

Commit

Permalink
[] (0) Remove redirect support from WebSockets until we can work out …
Browse files Browse the repository at this point in the history
…a safe way to do it.

git-svn-id: http://svn.whatwg.org/webapps@3623 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2009
1 parent 28e2c37 commit 71194a5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions source
Expand Up @@ -70826,12 +70826,12 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
byte. If there are not at least two 0x20 bytes in <var
title="">header</var>, then <span>fail the Web Socket
connection</span> and abort these steps.</p>

<!--
<p>If <var title="">code</var>, interpreted as ASCII, is either
"<code title="">301</code>", "<code title="">302</code>", "<code
title="">303</code>", "<code title="">307</code>", then let <var
title="">mode</var> be <i title="">redirect</i>.

-->
<p>If <var title="">code</var>, interpreted as ASCII, is "<code
title="">401</code>", then let <var title="">mode</var> be <i
title="">authenticate</i>.
Expand Down Expand Up @@ -70864,7 +70864,7 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
bytes within a suitable time period.</p>

<p class="note">This step is skipped if <var title="">mode</var>
is <i title="">redirect</i> or <i title="">authenticate</i>.</p>
is <!--<i title="">redirect</i> or--> <i title="">authenticate</i>.</p>

</li>

Expand Down Expand Up @@ -71127,7 +71127,7 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
</dl>

<hr>

<!--
<p>If <var title="">mode</var> is <i title="">redirect</i>, then:
If there is not exactly one entry in the <var
title="">headers</var> list whose name is "<code
Expand Down Expand Up @@ -71162,9 +71162,6 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
agent is configured to block access, then <span>fail the Web
Socket connection</span> and abort these steps. (User agents
typically block access to well-known ports like SMTP.)</p></li>
<!--
e.g. http://www.mozilla.org/projects/netlib/PortBanning.html
-->

<li><p>Close the connection if the server has not already done
so.</p></li>
Expand All @@ -71184,6 +71181,7 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
</dl>

<hr>
-->

<p>If <var title="">mode</var> is <i title="">authenticate</i>,
then: If there is not exactly one entry in the <var
Expand Down

0 comments on commit 71194a5

Please sign in to comment.