[html5] r2894 - [] (0) Require CRLF, not just CR, as the blank line after the headers.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Mar 23 16:42:49 PDT 2009
Author: ianh
Date: 2009-03-23 16:42:48 -0700 (Mon, 23 Mar 2009)
New Revision: 2894
Modified:
source
Log:
[] (0) Require CRLF, not just CR, as the blank line after the headers.
Modified: source
===================================================================
--- source 2009-03-23 18:23:42 UTC (rev 2893)
+++ source 2009-03-23 23:42:48 UTC (rev 2894)
@@ -61013,6 +61013,19 @@
<li>
+ <p>Read a byte from the server.</p>
+
+ <p>If the connection closes before this byte is received, or if
+ the byte is not a 0x0a byte (ASCII LF), then <span>fail the Web
+ Socket connection</span> and abort these steps.</p>
+
+ <p class="note">This skips past the LF byte of the CRLF after the
+ blank line after the headers.</p>
+
+ </li>
+
+ <li>
+
<p>Handle each entry in the <var title="">headers</var> list as
follows:</p>
More information about the Commit-Watchers
mailing list