spec/Overview.html 1.1570 2398 SSE: Add a commented out feature for tri

SSE: Add a commented out feature for triggering an immediate
reconnection. (whatwg r2398)

The steps to process the field given a field name and a field value depend on the field name, as given in the following list. Field names must be compared literally, with no case folding performed.
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1570.html#processField

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1569&r2=1.1570&f=h
http://html5.org/tools/web-apps-tracker?from=2397&to=2398

===================================================================
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:18:35 UTC