[html5] r5431 - [e] (0) give the encoding for Last-Event-ID Fixing http://www.w3.org/Bugs/Public [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 7 16:52:08 PDT 2010
Author: ianh
Date: 2010-09-07 16:52:07 -0700 (Tue, 07 Sep 2010)
New Revision: 5431
Modified:
complete.html
source
Log:
[e] (0) give the encoding for Last-Event-ID
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10131
Modified: complete.html
===================================================================
--- complete.html 2010-09-07 23:23:57 UTC (rev 5430)
+++ complete.html 2010-09-07 23:52:07 UTC (rev 5431)
@@ -72508,7 +72508,8 @@
<p>If the event source's last event ID string is not the empty
string, then a <code title=http-last-event-id><a href=#last-event-id>Last-Event-ID</a></code>
HTTP header must be included with the request, whose value is the
- value of the event source's last event ID string.</p>
+ value of the event source's last event ID string, encoded as
+ UTF-8.</p>
<p>User agents should use the <code>Cache-Control: no-cache</code>
header in requests to bypass any caches for requests of event
Modified: source
===================================================================
--- source 2010-09-07 23:23:57 UTC (rev 5430)
+++ source 2010-09-07 23:52:07 UTC (rev 5431)
@@ -81641,7 +81641,8 @@
<p>If the event source's last event ID string is not the empty
string, then a <code title="http-last-event-id">Last-Event-ID</code>
HTTP header must be included with the request, whose value is the
- value of the event source's last event ID string.</p>
+ value of the event source's last event ID string, encoded as
+ UTF-8.</p>
<p>User agents should use the <code>Cache-Control: no-cache</code>
header in requests to bypass any caches for requests of event
More information about the Commit-Watchers
mailing list