html5/spec Overview.html,1.1033,1.1034

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26692

Modified Files:
	Overview.html 
Log Message:
Be clearer about what should be echoed as part of the handshake. (whatwg r1845)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1033
retrieving revision 1.1034
diff -u -d -r1.1033 -r1.1034
--- Overview.html	3 Jul 2008 09:11:49 -0000	1.1033
+++ Overview.html	3 Jul 2008 09:14:27 -0000	1.1034
@@ -42108,8 +42108,9 @@
   <p>The first field consists of three tokens separated by space characters
    (byte 0x20). The middle token is the path being opened. If the server
    supports multiple paths, then the server should echo the value of this
-   field in the initial handshake, on the <code
-   title="">WebSocket-Location</code> line.
+   field in the initial handshake, as part of the <a href="#url">URL</a>
+   given on the <code title="">WebSocket-Location</code> line (after the
+   appropriate scheme and host).
 
   <p>The remaining fields consist of name-value pairs, with the name part
    separated from the value part by a colon and a space (bytes 0x3a 0x20). Of
@@ -42124,6 +42125,11 @@
      hosting environments, where one server might serve multiple hosts, and
      might therefore want to return different data.</p>
 
+    <p>The right host has to be output as part of the <a href="#url">URL</a>
+     given on the <code title="">WebSocket-Location</code> line of the
+     handshake described above, to verify that the server knows that it is
+     really representing that host.</p>
+
    <dt>Origin (bytes 4f 72 69 67 69 6e)
 
    <dd>

Received on Thursday, 3 July 2008 09:15:03 UTC