Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify that WebSocket clients don't send arbitrary headers.
git-svn-id: http://svn.whatwg.org/webapps@5172 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 21, 2010
1 parent 6ed6c72 commit 2b219e6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 7 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; 20 July 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -73142,6 +73142,11 @@ <h6 id=opening-handshake-0><span class=secno>10.3.4.3.1 </span>Opening handshake
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>
Expand Down Expand Up @@ -94317,6 +94322,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Don Brutzman,
Doron Rosenberg,
Doug Kramer,
Doug Simpkinson,
Drew Wilson,
Edmund Lai,
Eduard Pascual,
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -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 &mdash; 20 July 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -87675,6 +87675,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Don Brutzman,
Doron Rosenberg,
Doug Kramer,
Doug Simpkinson,
Drew Wilson,
Edmund Lai,
Eduard Pascual,
Expand Down
9 changes: 9 additions & 0 deletions source
Expand Up @@ -82303,6 +82303,14 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
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>
Expand Down Expand Up @@ -108245,6 +108253,7 @@ interface <span>HTMLDocument</span> {
Don Brutzman,
Doron Rosenberg,
Doug Kramer,
Doug Simpkinson,
Drew Wilson,
Edmund Lai,
Eduard Pascual,
Expand Down

0 comments on commit 2b219e6

Please sign in to comment.