Re: [3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Bill Barker
r" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 3:55 PM Subject: [3.3.2-dev] CoyoteConnector2 invalid headers > When using CC2 with TC 3.3.2, every request sets both > the content-length and the transfer-encoding, which > is not only wrong, but can conf

Re: [3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Remy Maucherat
> When using CC2 with TC 3.3.2, every request sets both > the content-length and the transfer-encoding, which > is not only wrong, but can confuse some clients. > > Content-Length: 9 > Transfer-Encoding: chunked > > The 4.0 org.apache.catalina.connector.http.HttpConnector > does not have this prob

[3.3.2-dev] CoyoteConnector2 invalid headers

2002-06-03 Thread Keith Wannamaker
When using CC2 with TC 3.3.2, every request sets both the content-length and the transfer-encoding, which is not only wrong, but can confuse some clients. Content-Length: 9 Transfer-Encoding: chunked The 4.0 org.apache.catalina.connector.http.HttpConnector does not have this problem. Any quick