Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[t] (0) Explicitly say that servers should stop serving if the client…
… disconnects.

git-svn-id: http://svn.whatwg.org/webapps@4643 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 2, 2010
1 parent 2d8dddc commit 04f27ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -68272,7 +68272,9 @@ <h6 id="reading-the-client's-handshake"><span class=secno>10.3.4.4.2 </span>Read
<h6 id=ws-sd-framing><span class=secno>10.3.4.4.3 </span>Data framing</h6>

<p>The server must run through the following steps to process the
bytes sent by the client:</p>
bytes sent by the client. If at any point during these steps a read
is attempted but fails because the <a href=#web-socket-connection-is-closed>Web Socket connection is
closed</a>, then abort.</p>

<ol><li id=wd-sd-frame><p><i title="">Frame</i>: Read a byte from the
client. Let <var title="">type</var> be that byte.</li>
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -77934,7 +77934,9 @@ multi-origin semantics described in [ORIGIN] applying. (http-origin)
<h6 id="ws-sd-framing">Data framing</h6>

<p>The server must run through the following steps to process the
bytes sent by the client:</p>
bytes sent by the client. If at any point during these steps a read
is attempted but fails because the <span>Web Socket connection is
closed</span>, then abort.</p>

<ol>

Expand Down

0 comments on commit 04f27ef

Please sign in to comment.