[html5] r2398 - [e] (0) SSE: Add a commented out feature for triggering an immediate reconnection.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Nov 12 12:15:04 PST 2008
Author: ianh
Date: 2008-11-12 12:15:03 -0800 (Wed, 12 Nov 2008)
New Revision: 2398
Modified:
index
source
Log:
[e] (0) SSE: Add a commented out feature for triggering an immediate reconnection.
Modified: index
===================================================================
--- index 2008-11-12 01:53:21 UTC (rev 2397)
+++ index 2008-11-12 20:15:03 UTC (rev 2398)
@@ -42039,7 +42039,18 @@
<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>
<dd><p>The field is ignored.</dd>
Modified: source
===================================================================
--- source 2008-11-12 01:53:21 UTC (rev 2397)
+++ source 2008-11-12 20:15:03 UTC (rev 2398)
@@ -47974,7 +47974,18 @@
<span title="concept-event-stream-reconnection-time">reconnection
time</span> to that integer. Otherwise, ignore the field.</p></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>
<dd><p>The field is ignored.</p></dd>
More information about the Commit-Watchers
mailing list