- From: poot <cvsmail@w3.org>
- Date: Mon, 17 Nov 2008 19:30:52 +0900 (JST)
- To: public-html-diffs@w3.org
Mention the lack of limits in WebSocket. (whatwg r2411) Index http://people.w3.org/mike/diffs/html5/spec/Overview.1.1583.html#index 7.3.4.1.1 Handshake http://people.w3.org/mike/diffs/html5/spec/Overview.1.1583.html#handshake onclosed http://people.w3.org/mike/diffs/html5/spec/Overview.1.1583.html#handler-websocket-onclosed 7.3.4 The Web Socket protocol http://people.w3.org/mike/diffs/html5/spec/Overview.1.1583.html#the-web-socket-protocol Resolve the URL url. http://people.w3.org/mike/diffs/html5/spec/Overview.1.1583.html#ws-ua-1 Web Socket task source http://people.w3.org/mike/diffs/html5/spec/Overview.1.1583.html#web-socket-task-source http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1582&r2=1.1583&f=h http://html5.org/tools/web-apps-tracker?from=2410&to=2411 =================================================================== 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ément-Ripoche, Julian Reschke, Kai Hendry, <!-- Keryx Web, = Lars Gunther --> Kornel Lesinski, 黒澤剛志 (KUROSAWA Takeshi), Kristof Zelechovski, Lachlan Hunt, Larry Page,
Received on Monday, 17 November 2008 10:31:29 UTC