On Mon, 27 Aug 2001, Justin Erenkrantz wrote:

> On Tue, Aug 28, 2001 at 05:46:28AM -0000, [EMAIL PROTECTED] wrote:
> > costin      01/08/27 22:46:28
> >
> >   Modified:    src/share/org/apache/tomcat/util/test Header.java
> >                         HttpRequest.java
> >   Log:
> >   Fixes in the test suite. We must send 1.0 requests, since we can't handle
> >   1.1 responses.
>
> Out of curiosity, what is the problem with HTTP/1.1 responses?  -- justin

The internal tests were wrong, we did send the requests as HTTP/1.1 when
speaking with Apache or IIS.

And because they believed it, the response got Chunked encoding - so most
tests were either failing or taking forever to execute ( since the reader
was still stupid 1.0, waiting for EOF, which happened after the timeout
expires ). ( updating to an 1.1 client for the tester is the right fix,
but will have to wait for more urgent things ).

This has nothing to do with tomcat accepting Chunked encoding on the
request - we did few fixes but this hasn't been tested yet, I believe
there are few changes in mod_jk we still have to do.

Costin

Reply via email to