[html5] r3625 - [] (0) encourage servers to send spaces after colons in the handshake
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 14 16:10:59 PDT 2009
Author: ianh
Date: 2009-08-14 16:10:58 -0700 (Fri, 14 Aug 2009)
New Revision: 3625
Modified:
source
Log:
[] (0) encourage servers to send spaces after colons in the handshake
Modified: source
===================================================================
--- source 2009-08-14 23:07:59 UTC (rev 3624)
+++ source 2009-08-14 23:10:58 UTC (rev 3625)
@@ -71404,10 +71404,10 @@
61 64 65 0d 0a</pre>
<p>Send the string "<code title="">WebSocket-Origin</code>" followed
- by a U+003A COLON (":") followed by the <span title="ASCII
- serialization of an origin">ASCII serialization</span> of the origin
- from which the server is willing to accept connections, followed by
- a CRLF pair (0x0d 0x0a).</p>
+ by a U+003A COLON (":") and a U+0020 SPACE, followed by the <span
+ title="ASCII serialization of an origin">ASCII serialization</span>
+ of the origin from which the server is willing to accept
+ connections, followed by a CRLF pair (0x0d 0x0a).</p>
<div class="example">
@@ -71418,8 +71418,9 @@
</div>
<p>Send the string "<code title="">WebSocket-Location</code>"
- followed by a U+003A COLON (":") followed by the <span>URL</span> of
- the Web Socket script, followed by a CRLF pair (0x0d 0x0a).</p>
+ followed by a U+003A COLON (":") and a U+0020 SPACE, followed by the
+ <span>URL</span> of the Web Socket script, followed by a CRLF pair
+ (0x0d 0x0a).</p>
<div class="example">
More information about the Commit-Watchers
mailing list