[html5] r3623 - [] (0) Remove redirect support from WebSockets until we can work out a safe way [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 14 16:06:16 PDT 2009
Author: ianh
Date: 2009-08-14 16:06:15 -0700 (Fri, 14 Aug 2009)
New Revision: 3623
Modified:
source
Log:
[] (0) Remove redirect support from WebSockets until we can work out a safe way to do it.
Modified: source
===================================================================
--- source 2009-08-14 22:52:03 UTC (rev 3622)
+++ source 2009-08-14 23:06:15 UTC (rev 3623)
@@ -70826,12 +70826,12 @@
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>.
@@ -70864,7 +70864,7 @@
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>
@@ -71127,7 +71127,7 @@
</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
@@ -71162,9 +71162,6 @@
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>
@@ -71184,6 +71181,7 @@
</dl>
<hr>
+-->
<p>If <var title="">mode</var> is <i title="">authenticate</i>,
then: If there is not exactly one entry in the <var
More information about the Commit-Watchers
mailing list