Skip to content

Commit

Permalink
[giow] (1) Drop messages on the floor after a call to close()
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14474

git-svn-id: http://svn.whatwg.org/webapps@6792 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 31, 2011
1 parent 3012ff5 commit 9b9c321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -80754,7 +80754,7 @@ <h4 id=the-websocket-interface><span class=secno>11.3.2 </span>The <code><a href
<ol><li>

<p>If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code>
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1) or <code title=dom-WebSocket-CLOSING><a href=#dom-websocket-closing>CLOSING</a></code> (2), then abort these
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1), then abort these
steps.</p>

</li>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -80754,7 +80754,7 @@ socket.onopen = function () {
<ol><li>

<p>If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code>
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1) or <code title=dom-WebSocket-CLOSING><a href=#dom-websocket-closing>CLOSING</a></code> (2), then abort these
attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1), then abort these
steps.</p>

</li>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -91399,8 +91399,7 @@ socket.onopen = function () {

<p>If the <code title="dom-WebSocket-readyState">readyState</code>
attribute's value is not <code
title="dom-WebSocket-OPEN">OPEN</code> (1) or <code
title="dom-WebSocket-CLOSING">CLOSING</code> (2), then abort these
title="dom-WebSocket-OPEN">OPEN</code> (1), then abort these
steps.</p>

</li>
Expand Down

0 comments on commit 9b9c321

Please sign in to comment.