Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17224
Affected topics: WebSocket API

git-svn-id: http://svn.whatwg.org/webapps@7173 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 10, 2012
1 parent b4edb77 commit f1439f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -83108,9 +83108,14 @@ <h4 id=ping-and-pong-frames><span class=secno>10.3.4 </span>Ping and Pong frames
for example in an attempt to maintain local network NAT mappings, to
detect failed connections, or to display latency metrics to the
user. User agents must not use pings or unsolicited pongs to aid the
server; it is assumed that servers will send solicit pongs whenever
server; it is assumed that servers will solicit pongs whenever
appropriate for the server's needs.</p>

<!-- v2: we'll probably add a way to make the client send pings and
automatically terminate the connection if they don't get a pong
within an author-provided timeout; see
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17264 -->


<h4 id=parsing-websocket-urls><span class=secno>10.3.5 </span>Parsing WebSocket URLs</h4>

Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -83108,9 +83108,14 @@ socket.onopen = function () {
for example in an attempt to maintain local network NAT mappings, to
detect failed connections, or to display latency metrics to the
user. User agents must not use pings or unsolicited pongs to aid the
server; it is assumed that servers will send solicit pongs whenever
server; it is assumed that servers will solicit pongs whenever
appropriate for the server's needs.</p>

<!-- v2: we'll probably add a way to make the client send pings and
automatically terminate the connection if they don't get a pong
within an author-provided timeout; see
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17264 -->


<h4 id=parsing-websocket-urls><span class=secno>10.3.5 </span>Parsing WebSocket URLs</h4>

Expand Down
7 changes: 6 additions & 1 deletion source
Expand Up @@ -96649,9 +96649,14 @@ socket.onopen = function () {
for example in an attempt to maintain local network NAT mappings, to
detect failed connections, or to display latency metrics to the
user. User agents must not use pings or unsolicited pongs to aid the
server; it is assumed that servers will send solicit pongs whenever
server; it is assumed that servers will solicit pongs whenever
appropriate for the server's needs.</p>

<!-- v2: we'll probably add a way to make the client send pings and
automatically terminate the connection if they don't get a pong
within an author-provided timeout; see
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17264 -->


<h4>Parsing WebSocket URLs</h4>

Expand Down

0 comments on commit f1439f6

Please sign in to comment.