Re: TC Drops bytes when client uses Chunked Encoding AND specifying Content-Length at the same time.

2005-01-07 Thread Remy Maucherat
On Thu, 30 Dec 2004 17:58:09 -0800, Ian Huynh [EMAIL PROTECTED] wrote: We are using TC 5.0.28 on JDK 1.4.2 We have a client who POST to TC using header Transfer-encoding: chunked and at the same time specify the Content-Length header when posting to us. It seems that if the

Re: TC Drops bytes when client uses Chunked Encoding AND specifying Content-Length at the same time.

2005-01-06 Thread Jon Wingfield
Section 4.4 of rfc2616 (HTTP1.1 spec) has rules for message-length processing. Rules 2 and 3 seem most pertinent. extract 2.If a Transfer-Encoding header field (section 14.41) is present and has any value other than identity, then the transfer-length is defined by use of the chunked