[html5] r3482 - [e] (0) Clarify what a remote host means.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 28 15:11:34 PDT 2009


Author: ianh
Date: 2009-07-28 15:11:33 -0700 (Tue, 28 Jul 2009)
New Revision: 3482

Modified:
   source
Log:
[e] (0) Clarify what a remote host means.

Modified: source
===================================================================
--- source	2009-07-28 21:55:01 UTC (rev 3481)
+++ source	2009-07-28 22:11:33 UTC (rev 3482)
@@ -70093,11 +70093,11 @@
    <li>
 
     <p>If the user agent already has a Web Socket connection to the
-    remote host identified by <var title="">host</var> (even if known
-    by another name), wait until that connection has been <span
-    title="Web Socket connection is established">established</span> or
-    for that connection to have <span title="fail the Web Socket
-    connection">failed</span>.</p>
+    remote host (IP address) identified by <var title="">host</var>,
+    even if known by another name, wait until that connection has been
+    <span title="Web Socket connection is
+    established">established</span> or for that connection to have
+    <span title="fail the Web Socket connection">failed</span>.</p>
 
     <p class="note">This makes it harder for a script to perform a
     denial of service attack by just opening a large number of Web




More information about the Commit-Watchers mailing list