[html5] r8178 - [e] (0) Try to be even clearer... Fixing https://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 12 13:04:41 PDT 2013
Author: ianh
Date: 2013-09-12 13:04:40 -0700 (Thu, 12 Sep 2013)
New Revision: 8178
Modified:
complete.html
index
source
Log:
[e] (0) Try to be even clearer...
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22997
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-09-12 00:18:05 UTC (rev 8177)
+++ complete.html 2013-09-12 20:04:40 UTC (rev 8178)
@@ -81442,6 +81442,9 @@
<p>The default event type is "message".</p>
+ <p>Event streams are always decoded as UTF-8. There is no way to specify another character
+ encoding.</p>
+
<hr><p>Event stream requests can be redirected using HTTP 301 and 307 redirects as with normal HTTP
requests. Clients will reconnect if the connection is closed; a client can be told to stop
reconnecting using the HTTP 204 No Content response code.</p>
Modified: index
===================================================================
--- index 2013-09-12 00:18:05 UTC (rev 8177)
+++ index 2013-09-12 20:04:40 UTC (rev 8178)
@@ -81442,6 +81442,9 @@
<p>The default event type is "message".</p>
+ <p>Event streams are always decoded as UTF-8. There is no way to specify another character
+ encoding.</p>
+
<hr><p>Event stream requests can be redirected using HTTP 301 and 307 redirects as with normal HTTP
requests. Clients will reconnect if the connection is closed; a client can be told to stop
reconnecting using the HTTP 204 No Content response code.</p>
Modified: source
===================================================================
--- source 2013-09-12 00:18:05 UTC (rev 8177)
+++ source 2013-09-12 20:04:40 UTC (rev 8178)
@@ -90725,6 +90725,9 @@
<p>The default event type is "message".</p>
+ <p>Event streams are always decoded as UTF-8. There is no way to specify another character
+ encoding.</p>
+
<hr>
<p>Event stream requests can be redirected using HTTP 301 and 307 redirects as with normal HTTP
More information about the Commit-Watchers
mailing list