Skip to content

Commit

Permalink
[] (0) Make it clear that if either side of the connection drops the …
Browse files Browse the repository at this point in the history
…connection, the UA is to consider it closed.

git-svn-id: http://svn.whatwg.org/webapps@3753 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2009
1 parent 68b367f commit b5c73bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -72746,6 +72746,15 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
connection, it is said that the <dfn>Web Socket connection is
closed</dfn>.</p>

<p>When a user agent is to <span>close the Web Socket
connection</span>, it must drop all subsequent data from the server
and must act as if the server had immediately closed its side of the
connection.</p>

<p>When a user agent notices that the <span>Web Socket connection is
closed</span>, it must immediately close its side of the
connection.</p>

<p>Servers may <span>close the Web Socket connection</span> whenever
desired.</p>

Expand Down

0 comments on commit b5c73bc

Please sign in to comment.