[html5] r4823 - [e] (0) Tweak the wording of the handshake parsing for servers to be clearer.

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 4 03:55:37 PST 2010


Author: ianh
Date: 2010-03-04 03:55:35 -0800 (Thu, 04 Mar 2010)
New Revision: 4823

Modified:
   complete.html
   source
Log:
[e] (0) Tweak the wording of the handshake parsing for servers to be clearer.

Modified: complete.html
===================================================================
--- complete.html	2010-03-04 03:43:45 UTC (rev 4822)
+++ complete.html	2010-03-04 11:55:35 UTC (rev 4823)
@@ -68886,15 +68886,17 @@
     immediately by another CRLF pair.</p>
 
     <p class=note>In other words, the fields start with the first
-    0x0D 0x0A byte pair and end with the first 0x0D 0x0A 0x0D 0x0A
-    byte sequence.</p>
+    0x0D 0x0A byte pair, end with the first 0x0D 0x0A 0x0D 0x0A byte
+    sequence, and are separate from each other by 0x0D 0x0A byte
+    pairs.</p>
 
     <p>The fields are encoded as UTF-8.</p>
 
     <p>Each field consists of a name, consisting of one or more
-    characters in the range U+0021 to U+007E, followed by a U+003A
-    COLON character (:) and a U+0020 SPACE character, followed by zero
-    or more characters forming the value.</p>
+    characters in the ranges U+0021 to U+0039 and U+003B to U+007E,
+    followed by a U+003A COLON character (:) and a U+0020 SPACE
+    character, followed by zero or more characters forming the
+    value.</p>
 
     <p>The expected field names, the meaning of their corresponding
     values, and the processing servers are required to apply to those

Modified: source
===================================================================
--- source	2010-03-04 03:43:45 UTC (rev 4822)
+++ source	2010-03-04 11:55:35 UTC (rev 4823)
@@ -77484,15 +77484,17 @@
     immediately by another CRLF pair.</p>
 
     <p class="note">In other words, the fields start with the first
-    0x0D 0x0A byte pair and end with the first 0x0D 0x0A 0x0D 0x0A
-    byte sequence.</p>
+    0x0D 0x0A byte pair, end with the first 0x0D 0x0A 0x0D 0x0A byte
+    sequence, and are separate from each other by 0x0D 0x0A byte
+    pairs.</p>
 
     <p>The fields are encoded as UTF-8.</p>
 
     <p>Each field consists of a name, consisting of one or more
-    characters in the range U+0021 to U+007E, followed by a U+003A
-    COLON character (:) and a U+0020 SPACE character, followed by zero
-    or more characters forming the value.</p>
+    characters in the ranges U+0021 to U+0039 and U+003B to U+007E,
+    followed by a U+003A COLON character (:) and a U+0020 SPACE
+    character, followed by zero or more characters forming the
+    value.</p>
 
     <p>The expected field names, the meaning of their corresponding
     values, and the processing servers are required to apply to those




More information about the Commit-Watchers mailing list