summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-10 10:29:26 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-10 10:29:26 +0000
commitc5560c55cc241aeb952b0530e5d1f4682f288168 (patch)
treeb7e4b69e7a70e79487b58e954d50ff1f2cb1fa1d /doc
parentaa44aa13368eac43690c8a91d7b872e494c7c4e3 (diff)
downloadneon-c5560c55cc241aeb952b0530e5d1f4682f288168.tar.gz
* src/ne_request.c (ne_begin_request): Ignore the "identity"
transfer-coding since "privoxy" apparently sends it. Fail for unknown transfer-codings. * test/request.c (te_identity): New test, replacing any_te_header. (fail_on_invalid): Test for failure with unknown transfer-codings. * doc/using.xml: Update section on transfer-encoding interpretation. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1219 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'doc')
-rw-r--r--doc/using.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/using.xml b/doc/using.xml
index e88c9ef..4a3b733 100644
--- a/doc/using.xml
+++ b/doc/using.xml
@@ -94,14 +94,14 @@
<para>There is some confusion in this specification about the
use of the <quote>identity</quote>
- <firstterm>transfer-coding</firstterm>. &neon; treats the
- presence of <emphasis>any</emphasis>
- <literal>Transfer-Encoding</literal> response header as an
- indication that the response message uses the
- <quote>chunked</quote> transfer-coding. This was the
- suggested resolution <ulink
- url="http://lists.w3.org/Archives/Public/ietf-http-wg-old/2001SepDec/0018.html">proposed
- by Larry Masinter</ulink>.</para></sect2>
+ <firstterm>transfer-coding</firstterm>. &neon; ignores the
+ <literal>Transfer-Encoding</literal> response header if it
+ contains only the (now deprecated) <quote>identity</quote>
+ token, and will determine the response message length as if
+ the header was not present. &neon; will give an error if a
+ response includes a <literal>Transfer-Encoding</literal>
+ header with a value other than <quote>identity</quote> or
+ <quote>chunked</quote>.</para></sect2>
<sect2>
<title>RFC 2617, HTTP Authentication: Basic and Digest Access Authentication</title>