[html5] r5182 - [t] (0) Tie some threads together a bit more.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 22 01:13:50 PDT 2010
Author: ianh
Date: 2010-07-22 01:13:49 -0700 (Thu, 22 Jul 2010)
New Revision: 5182
Modified:
complete.html
source
Log:
[t] (0) Tie some threads together a bit more.
Modified: complete.html
===================================================================
--- complete.html 2010-07-22 08:03:25 UTC (rev 5181)
+++ complete.html 2010-07-22 08:13:49 UTC (rev 5182)
@@ -74494,7 +74494,9 @@
message.</li>
</ol><hr><p>At any time, the server may decide to terminate the WebSocket
- connection by running through the following steps:</p>
+ connection by running through the following steps. These steps
+ should be run when the <var title="">client terminated</var> flag is
+ set, if they aren't already running.</p>
<ol><li><p>Send a 0xFF byte and a 0x00 byte to the client to indicate
the start of the closing handshake.</li>
Modified: source
===================================================================
--- source 2010-07-22 08:03:25 UTC (rev 5181)
+++ source 2010-07-22 08:13:49 UTC (rev 5182)
@@ -83850,7 +83850,9 @@
<hr>
<p>At any time, the server may decide to terminate the WebSocket
- connection by running through the following steps:</p>
+ connection by running through the following steps. These steps
+ should be run when the <var title="">client terminated</var> flag is
+ set, if they aren't already running.</p>
<ol>
More information about the Commit-Watchers
mailing list