Short URL: http://html5.org/r/4378
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4378 | 8189 | Rename the 'reset the connection' operation to 'reestablish the connection' for clarity. | 2009-11-25 10:15 |
Index: source =================================================================== --- source (revision 4377) +++ source (revision 4378) @@ -73695,7 +73695,7 @@ <p>If such a resource (with the correct <span>MIME type</span>) completes loading (i.e. either the entire HTTP response body is received, or the connection is closed somehow, whether by the server - or by a network error), the user agent must <span>reset the + or by a network error), the user agent must <span>reestablish the connection</span>. This doesn't apply for the error cases that are listed below.</p> @@ -73705,11 +73705,11 @@ <p>HTTP 204 No Content, and 205 Reset Content responses are equivalent to 200 OK responses with the right <span>MIME type</span> but no - content, and thus must <span>reset the connection</span>.</p> + content, and thus must <span>reestablish the connection</span>.</p> <p>Other HTTP response codes in the 2xx range <!--201 Created, 202 Accepted, 203 Non-Authoritative Information, and 206 Partial - Content-->must similarly <span>reset the connection</span>. They + Content-->must similarly <span>reestablish the connection</span>. They are, however, likely to indicate an error has occurred somewhere and may cause the user agent to emit a warning.</p> @@ -73760,7 +73760,7 @@ title="event-open">open</code> at the <code>EventSource</code> object.</p> - <p>When a user agent is to <dfn>reset the connection</dfn>, the user + <p>When a user agent is to <dfn>reestablish the connection</dfn>, the user agent must set the <code title="dom-EventSource-readyState">readyState</code> attribute to <code title="dom-EventSource-CONNECTING">CONNECTING</code>, @@ -73771,8 +73771,8 @@ time of the event source, from the same <span>origin</span> as the original request triggered by the <code title="dom-EventSource">EventSource()</code> - constructor. <strong>Only if the user agent <span title="reset the - connection">resets the connection</span> does the connection get + constructor. <strong>Only if the user agent <span title="reestablish the + connection">reestablishes the connection</span> does the connection get opened anew!</strong></p> <p>When a user agent is to <dfn>fail the connection</dfn>, the user