Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Mention HTTP codes in the intro.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13856

git-svn-id: http://svn.whatwg.org/webapps@6628 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2011
1 parent eba527d commit 94d31ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -79600,6 +79600,11 @@ <h4 id=server-sent-events-intro><span class=secno>11.2.1 </span>Introduction</h4

data: This is the third message.</pre>

<p>Event streams requests can be redirected using HTTP 301 and 307
redirects as with normal HTTP requests. Clients will reconnect if
the connection is closed; a client can be told to stop reconnecting
using the HTTP 204 No Content response code.</p>

<p>Using this API rather than emulating it using
<code>XMLHttpRequest</code> or an <code><a href=#the-iframe-element>iframe</a></code> allows the
user agent to make better use of network resources in cases where
Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -79600,6 +79600,11 @@ data: has two lines.

data: This is the third message.</pre>

<p>Event streams requests can be redirected using HTTP 301 and 307
redirects as with normal HTTP requests. Clients will reconnect if
the connection is closed; a client can be told to stop reconnecting
using the HTTP 204 No Content response code.</p>

<p>Using this API rather than emulating it using
<code>XMLHttpRequest</code> or an <code><a href=#the-iframe-element>iframe</a></code> allows the
user agent to make better use of network resources in cases where
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -90100,6 +90100,11 @@ data: has two lines.

data: This is the third message.</pre>

<p>Event streams requests can be redirected using HTTP 301 and 307
redirects as with normal HTTP requests. Clients will reconnect if
the connection is closed; a client can be told to stop reconnecting
using the HTTP 204 No Content response code.</p>

<p>Using this API rather than emulating it using
<code>XMLHttpRequest</code> or an <code>iframe</code> allows the
user agent to make better use of network resources in cases where
Expand Down

0 comments on commit 94d31ba

Please sign in to comment.