- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Nov 2008 20:15:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29369
Modified Files:
Overview.html
Log Message:
SSE: Add a commented out feature for triggering an immediate reconnection. (whatwg r2398)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1569
retrieving revision 1.1570
diff -u -d -r1.1569 -r1.1570
--- Overview.html 12 Nov 2008 01:53:25 -0000 1.1569
+++ Overview.html 12 Nov 2008 20:15:08 -0000 1.1570
@@ -33651,6 +33651,17 @@
<a href=#concept-event-stream-reconnection-time title=concept-event-stream-reconnection-time>reconnection
time</a> to that integer. Otherwise, ignore the field.</dd>
+<!-- v2 feature request from John Fallows - http://www.w3.org/mid/c5b3a7130810271238h11e40a4fybfcd5983ed5dc08d@mail.gmail.com
+
+ <dt>If the field name is "reconnect"</dt>
+
+ <dd><p>If the field value is the empty string, then: <a
+ href="#dispatchMessage">dispatch the event</a> as defined below,
+ and then drop the connection and immediately reconnect as if the
+ <span title="concept-event-stream-reconnection-time">reconnection
+ time</span> was zero for this one time.</p></dd>
+
+ -->
<dt>Otherwise</dt>
Received on Wednesday, 12 November 2008 20:15:19 UTC