- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Jul 2008 20:52:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27620
Modified Files:
Overview.html
Log Message:
Oops, I'm just bad at maths. Also, define how UAs must fail in the face of large data. (credit: pt) (whatwg r1847)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1035
retrieving revision 1.1036
diff -u -d -r1.1035 -r1.1036
--- Overview.html 3 Jul 2008 19:49:50 -0000 1.1035
+++ Overview.html 3 Jul 2008 20:52:53 -0000 1.1036
@@ -41958,9 +41958,6 @@
<li>
<p>Let <var title="">length</var> be zero.
- <li>
- <p>Let <var title="">multiple</var> be 1.
-
<li id=ws-cd-length>
<p><em>Length</em>: Read a byte, let <var title="">b</var> be that
byte.
@@ -41971,14 +41968,9 @@
you would get by <i>and</i>ing <var title="">b</var> with 0x7f).
<li>
- <p>Multiply <var title="">length</var> by <var
- title="">multiple</var>, add <var title="">b<sub
- title="">v</sub></var> to that result, and store the final result in
- <var title="">length</var>.
-
- <li>
- <p>Multiply <var title="">multiple</var> by 128, and store that new
- value in <var title="">multiple</var>.
+ <p>Multiply <var title="">length</var> by 128, add <var
+ title="">b<sub title="">v</sub></var> to that result, and store the
+ final result in <var title="">length</var>.
<li>
<p>If the high-order bit of <var title="">b</var> is set (i.e. if
@@ -42031,6 +42023,10 @@
<p>Return to the first step to read the next byte.
</ol>
+ <p>If the user agent is faced with content that is too large to be handled
+ appropriately, then it must <a href="#fail-the">fail the Web Socket
+ connection</a>.
+
<hr>
<p>Once a <a href="#web-socket">Web Socket connection is established</a>,
Received on Thursday, 3 July 2008 20:53:31 UTC