[html5] r5172 - [e] (0) Clarify that WebSocket clients don't send arbitrary headers.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 20 18:14:57 PDT 2010


Author: ianh
Date: 2010-07-20 18:14:56 -0700 (Tue, 20 Jul 2010)
New Revision: 5172

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that WebSocket clients don't send arbitrary headers.

Modified: complete.html
===================================================================
--- complete.html	2010-07-20 23:52:50 UTC (rev 5171)
+++ complete.html	2010-07-21 01:14:56 UTC (rev 5172)
@@ -209,7 +209,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 20 July 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 21 July 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -73142,6 +73142,11 @@
     random order so that servers not depend on the particular order
     used by any particular client.</p>
 
+    <p class=note>Only fields explicitly mentioned in the
+    requirements of this specification are sent. For example, user
+    agents do not send fields such as <code title=http-user-agent>User-Agent</code><!--UAS-->, <code title=http-accept-language>Accept-Language</code>, or <code title=http-content-type>Content-Type</code> in the WebSocket
+    handshake.</p>
+
    </li>
 
    <li>
@@ -94317,6 +94322,7 @@
   Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
+  Doug Simpkinson,
   Drew Wilson,
   Edmund Lai,
   Eduard Pascual,

Modified: index
===================================================================
--- index	2010-07-20 23:52:50 UTC (rev 5171)
+++ index	2010-07-21 01:14:56 UTC (rev 5172)
@@ -213,7 +213,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 20 July 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 21 July 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -87675,6 +87675,7 @@
   Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
+  Doug Simpkinson,
   Drew Wilson,
   Edmund Lai,
   Eduard Pascual,

Modified: source
===================================================================
--- source	2010-07-20 23:52:50 UTC (rev 5171)
+++ source	2010-07-21 01:14:56 UTC (rev 5172)
@@ -82303,6 +82303,14 @@
     random order so that servers not depend on the particular order
     used by any particular client.</p>
 
+    <p class="note">Only fields explicitly mentioned in the
+    requirements of this specification are sent. For example, user
+    agents do not send fields such as <code
+    title="http-user-agent">User-Agent</code><!--UAS-->, <code
+    title="http-accept-language">Accept-Language</code>, or <code
+    title="http-content-type">Content-Type</code> in the WebSocket
+    handshake.</p>
+
    </li>
 
    <li>
@@ -108245,6 +108253,7 @@
   Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
+  Doug Simpkinson,
   Drew Wilson,
   Edmund Lai,
   Eduard Pascual,




More information about the Commit-Watchers mailing list