CVS html5/eventsource/publish

Update of /sources/public/html5/eventsource/publish
In directory roscoe:/tmp/cvs-serv2866

Modified Files:
	PR-eventsource-Dec-2014.html 
Log Message:
Correcting placement of fix for previous commmit (fix for bug 22997)

--- /sources/public/html5/eventsource/publish/PR-eventsource-Dec-2014.html	2014/12/04 18:35:16	1.4
+++ /sources/public/html5/eventsource/publish/PR-eventsource-Dec-2014.html	2014/12/04 18:42:44	1.5
@@ -447,6 +447,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>
@@ -866,9 +869,6 @@
   <p>Event streams in this format must always be encoded as
   UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p>
 
-  <p>Event streams are always decoded as UTF-8. There is no way to specify another character
-  encoding.</p>
-
   <p>Lines must be separated by either a U+000D CARRIAGE RETURN U+000A
   LINE FEED (CRLF) character pair, a single U+000A LINE FEED (LF)
   character, or a single U+000D CARRIAGE RETURN (CR) character.</p>

Received on Thursday, 4 December 2014 18:42:45 UTC