[html5] r6330 - [giow] (0) WebSocket: Disallow this controversial extension rather than require it.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 27 13:37:33 PDT 2011


Author: ianh
Date: 2011-07-27 13:37:32 -0700 (Wed, 27 Jul 2011)
New Revision: 6330

Modified:
   complete.html
   source
Log:
[giow] (0) WebSocket: Disallow this controversial extension rather than require it.

Modified: complete.html
===================================================================
--- complete.html	2011-07-27 00:00:51 UTC (rev 6329)
+++ complete.html	2011-07-27 20:37:32 UTC (rev 6330)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 26 July 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 27 July 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -80392,13 +80392,12 @@
    <li>
 
     <p><i><a href=#establish-a-websocket-connection>Establish a WebSocket connection</a></i> given the set (<var title="">host</var>, <var title="">port</var>, <var title="">resource name</var>, <var title="">secure</var>), along
-    with the <var title="">protocols</var> list, a list containing
-    just "<code title="">deflate-stream</code>" for the extensions,
-    and <var title="">origin</var>. The <i><a href=#headers-to-send-appropriate-cookies>headers to send appropriate
-    cookies</a></i> must be a <code title=http-Cookie>Cookie</code>
-    header whose value is the <i><a href=#cookie-string>cookie-string</a></i> computed from the
-    user's cookie store and the URL <var title="">url</var>; for these
-    purposes this is <em>not</em> a "non-HTTP" API. <a href=#refsWSP>[WSP]</a> <a href=#refsCOOKIES>[COOKIES]</a></p>
+    with the <var title="">protocols</var> list, an empty list for the
+    extensions, and <var title="">origin</var>. The <i><a href=#headers-to-send-appropriate-cookies>headers to send
+    appropriate cookies</a></i> must be a <code title=http-Cookie>Cookie</code> header whose value is the
+    <i><a href=#cookie-string>cookie-string</a></i> computed from the user's cookie store and the
+    URL <var title="">url</var>; for these purposes this is
+    <em>not</em> a "non-HTTP" API. <a href=#refsWSP>[WSP]</a> <a href=#refsCOOKIES>[COOKIES]</a></p>
 
     <p>When the user agent <i title="validate the server's
     response"><a href="#validate-the-server's-response">validates the server's response</a></i> during the
@@ -80463,8 +80462,7 @@
 
   <p class=note>The <code title=dom-WebSocket-extensions><a href=#dom-websocket-extensions>extensions</a></code> attribute returns
   the extensions selected by the server, if any. (Currently this will
-  only ever be either the empty string or "deflate-stream", the latter
-  indicating that the data is being compressed.)</p>
+  only ever be the empty string.)</p>
 
   <p>The <dfn id=dom-websocket-protocol title=dom-WebSocket-protocol><code>protocol</code></dfn> attribute
   must initially return the empty string. After <i><a href=#the-websocket-connection-is-established>the WebSocket

Modified: source
===================================================================
--- source	2011-07-27 00:00:51 UTC (rev 6329)
+++ source	2011-07-27 20:37:32 UTC (rev 6330)
@@ -91010,14 +91010,14 @@
     <p><i>Establish a WebSocket connection</i> given the set (<var
     title="">host</var>, <var title="">port</var>, <var
     title="">resource name</var>, <var title="">secure</var>), along
-    with the <var title="">protocols</var> list, a list containing
-    just "<code title="">deflate-stream</code>" for the extensions,
-    and <var title="">origin</var>. The <i>headers to send appropriate
-    cookies</i> must be a <code title="http-Cookie">Cookie</code>
-    header whose value is the <i>cookie-string</i> computed from the
-    user's cookie store and the URL <var title="">url</var>; for these
-    purposes this is <em>not</em> a "non-HTTP" API. <a
-    href="#refsWSP">[WSP]</a> <a href="#refsCOOKIES">[COOKIES]</a></p>
+    with the <var title="">protocols</var> list, an empty list for the
+    extensions, and <var title="">origin</var>. The <i>headers to send
+    appropriate cookies</i> must be a <code
+    title="http-Cookie">Cookie</code> header whose value is the
+    <i>cookie-string</i> computed from the user's cookie store and the
+    URL <var title="">url</var>; for these purposes this is
+    <em>not</em> a "non-HTTP" API. <a href="#refsWSP">[WSP]</a> <a
+    href="#refsCOOKIES">[COOKIES]</a></p>
 
     <p>When the user agent <i title="validate the server's
     response">validates the server's response</i> during the
@@ -91096,8 +91096,7 @@
   <p class="note">The <code
   title="dom-WebSocket-extensions">extensions</code> attribute returns
   the extensions selected by the server, if any. (Currently this will
-  only ever be either the empty string or "deflate-stream", the latter
-  indicating that the data is being compressed.)</p>
+  only ever be the empty string.)</p>
 
   <p>The <dfn
   title="dom-WebSocket-protocol"><code>protocol</code></dfn> attribute




More information about the Commit-Watchers mailing list