html5/spec Overview.html,1.1582,1.1583

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28905

Modified Files:
	Overview.html 
Log Message:
Mention the lack of limits in WebSocket. (whatwg r2411)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1582
retrieving revision 1.1583
diff -u -d -r1.1582 -r1.1583
--- Overview.html	17 Nov 2008 10:13:08 -0000	1.1582
+++ Overview.html	17 Nov 2008 10:28:14 -0000	1.1583
@@ -33953,7 +33953,9 @@
 
   </dl><h4 id=the-web-socket-protocol><span class=secno>7.3.4 </span>The Web Socket protocol</h4><p>The <a href=#task-source>task source</a> for all <a href=#concept-task title=concept-task>tasks</a> <a href=#queue-a-task title="queue a
   task">queued</a> by algorithms in this section and its
-  subsections is the <dfn id=web-socket-task-source>Web Socket task source</dfn>.<h5 id=client-side-requirements><span class=secno>7.3.4.1 </span>Client-side requirements</h5><p><em>This section only applies to user agents.</em><h6 id=handshake><span class=secno>7.3.4.1.1 </span>Handshake</h6><p>When the user agent is to <dfn id=establish-a-web-socket-connection>establish a Web Socket
+  subsections is the <dfn id=web-socket-task-source>Web Socket task source</dfn>.<h5 id=client-side-requirements><span class=secno>7.3.4.1 </span>Client-side requirements</h5><p><em>This section only applies to user agents.</em><p class=note>This specification doesn't currently define a limit
+  to the number of simultaneous connections that a client can
+  establish to a server.<h6 id=handshake><span class=secno>7.3.4.1.1 </span>Handshake</h6><p>When the user agent is to <dfn id=establish-a-web-socket-connection>establish a Web Socket
   connection</dfn> to <var title="">url</var>, it must run the
   following steps, in the background (without blocking scripts or
   anything like that):<ol><li id=ws-ua-1><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the
@@ -43771,10 +43773,10 @@
   Justin Harrell, James M Snell, James Perrett, Jan-Klaas Kollhof,
   Jason White, Jasper Bryant-Greene, Jeff Cutsinger, Jeff Schiller,
   Jeff Walden, Jens Bannmann, Jens Fendler, Jeroen van der Meer, Jim
-  Jewett, Jim Meehan, Joe Clark, Joseph Kesselman, Jjgod Jiang, Joel
-  Spolsky, Johan Herland, John Boyer, John Bussjaeger, John Harding,
-  Johnny Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
-  Levenberg, Joshua Randall, Jukka K. Korpela, Jules
+  Jewett, Jim Meehan, Joe Clark, John Fallows, Joseph Kesselman, Jjgod
+  Jiang, Joel Spolsky, Johan Herland, John Boyer, John Bussjaeger,
+  John Harding, Johnny Stenback, Jon Perlow, Jonathan Worent, Jorgen
+  Horstink, Josh Levenberg, Joshua Randall, Jukka K. Korpela, Jules
   Cl&eacute;ment-Ripoche, Julian Reschke, Kai Hendry, <!-- Keryx Web,
   = Lars Gunther --> Kornel Lesinski, &#40658;&#28580;&#21083;&#24535;
   (KUROSAWA Takeshi), Kristof Zelechovski, Lachlan Hunt, Larry Page,

Received on Monday, 17 November 2008 10:28:28 UTC