[html5] r5203 - [e] (0) Add slightly more information about future versions of WebSockets.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 27 00:10:51 PDT 2010
Author: ianh
Date: 2010-07-27 00:10:50 -0700 (Tue, 27 Jul 2010)
New Revision: 5203
Modified:
complete.html
source
Log:
[e] (0) Add slightly more information about future versions of WebSockets.
Modified: complete.html
===================================================================
--- complete.html 2010-07-27 07:06:07 UTC (rev 5202)
+++ complete.html 2010-07-27 07:10:50 UTC (rev 5203)
@@ -72770,7 +72770,11 @@
<p>The protocol is intended to be extensible; future versions will
likely introduce a mechanism to compress data and might support
- sending binary data.</p>
+ sending binary data. To do this, future versions of this protocol
+ are likely to introduce option fields that clients can send in its
+ handshake to announce support for a feature (such as compression),
+ to which the server can react by including a similar option field in
+ <em>its</em> handshake.</p>
<h6 id=security-model><span class=secno>10.3.4.1.6 </span>Security model</h6>
Modified: source
===================================================================
--- source 2010-07-27 07:06:07 UTC (rev 5202)
+++ source 2010-07-27 07:10:50 UTC (rev 5203)
@@ -81875,7 +81875,11 @@
<p>The protocol is intended to be extensible; future versions will
likely introduce a mechanism to compress data and might support
- sending binary data.</p>
+ sending binary data. To do this, future versions of this protocol
+ are likely to introduce option fields that clients can send in its
+ handshake to announce support for a feature (such as compression),
+ to which the server can react by including a similar option field in
+ <em>its</em> handshake.</p>
<h6>Security model</h6>
More information about the Commit-Watchers
mailing list