[html5] r5178 - [e] (0) Make the client and server requirements consistent regarding case-sensit [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 21 23:52:56 PDT 2010


Author: ianh
Date: 2010-07-21 23:52:55 -0700 (Wed, 21 Jul 2010)
New Revision: 5178

Modified:
   complete.html
   source
Log:
[e] (0) Make the client and server requirements consistent regarding case-sensitivity of Upgrade field.

Modified: complete.html
===================================================================
--- complete.html	2010-07-22 06:36:16 UTC (rev 5177)
+++ complete.html	2010-07-22 06:52:55 UTC (rev 5178)
@@ -73442,9 +73442,9 @@
 
     <dl class=switch><dt>If the entry's name is "<code title=http-upgrade>upgrade</code>"</dt>
 
-     <dd><p>If the value is not exactly equal to the string
-     "WebSocket", then <a href=#fail-the-websocket-connection>fail the WebSocket connection</a> and
-     abort these steps.</dd>
+     <dd><p>If the value, <a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>,
+     is not exactly equal to the string "websocket", then <a href=#fail-the-websocket-connection>fail
+     the WebSocket connection</a> and abort these steps.</dd>
 
 
      <dt>If the entry's name is "<code title=http-connection>connection</code>"</dt>

Modified: source
===================================================================
--- source	2010-07-22 06:36:16 UTC (rev 5177)
+++ source	2010-07-22 06:52:55 UTC (rev 5178)
@@ -82638,9 +82638,9 @@
      <dt>If the entry's name is "<code
      title="http-upgrade">upgrade</code>"</dt>
 
-     <dd><p>If the value is not exactly equal to the string
-     "WebSocket", then <span>fail the WebSocket connection</span> and
-     abort these steps.</p></dd>
+     <dd><p>If the value, <span>converted to ASCII lowercase</span>,
+     is not exactly equal to the string "websocket", then <span>fail
+     the WebSocket connection</span> and abort these steps.</p></dd>
 
 
      <dt>If the entry's name is "<code




More information about the Commit-Watchers mailing list