Skip to content

Commit

Permalink
[] (0) Allow connection to be closed when receiving entity body in pi…
Browse files Browse the repository at this point in the history
…ng='' response

git-svn-id: http://svn.whatwg.org/webapps@1943 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 25, 2008
1 parent dd2268b commit 6169020
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -37344,10 +37344,11 @@ interface <dfn id=sqlstatementerrorcallback>SQLStatementErrorCallback</dfn> {
<p class=note>To save bandwidth, implementors might also wish to consider
omitting optional headers such as <code>Accept</code> from these requests.

<p>User agents must ignore any entity bodies returned in the responses, but
must, unless otherwise specified by the user, honor the HTTP headers
(including, in particular, redirects and HTTP cookie headers). <a
href="#refsRFC2109">[RFC2109]</a> <a href="#refsRFC2965">[RFC2965]</a>
<p>User agents must, unless otherwise specified by the user, honor the HTTP
headers (including, in particular, redirects and HTTP cookie headers), but
must ignore any entity bodies returned in the responses. User agents may
close the connection prematurely once they start receiving an entity body.
<a href="#refsRFC2109">[RFC2109]</a> <a href="#refsRFC2965">[RFC2965]</a>

<p>When the <code title=attr-hyperlink-ping><a href="#ping">ping</a></code>
attribute is present, user agents should clearly indicate to the user that
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -34846,10 +34846,12 @@ interface <dfn>SQLStatementErrorCallback</dfn> {
consider omitting optional headers such as <code>Accept</code> from
these requests.</p>

<p>User agents must ignore any entity bodies returned in the
responses, but must, unless otherwise specified by the user, honor
<p>User agents must, unless otherwise specified by the user, honor
the HTTP headers (including, in particular, redirects and HTTP
cookie headers). <a href="#refsRFC2109">[RFC2109]</a> <a
cookie headers), but must ignore any entity bodies returned in the
responses. User agents may close the connection prematurely once
they start receiving an entity body. <a
href="#refsRFC2109">[RFC2109]</a> <a
href="#refsRFC2965">[RFC2965]</a></p>

<p>When the <code title="attr-hyperlink-ping">ping</code> attribute is
Expand Down

0 comments on commit 6169020

Please sign in to comment.