maybe I'm missing something, but http1.0 doesn't
support chunking. isn't it feasible to just make
tomcat respond with http1.0 instead for this
particular problem?

I'm probably being naive here, but you could use the
older connector instead.

peter


--- Remy Maucherat <[EMAIL PROTECTED]> wrote:
> Steve Appling wrote:
> > The following patch combines the 3 packets that
> were generated for each
> > chunk into just one packet.  There are more
> optimizations elsewhere - I'll
> > keep looking.
> > 
> > Patch of
> org.apache.coyote.http11.filters.ChunkedOutputFilter
> from 4.1.27
> > src.
> 
> The patch is bad right now, because an exception
> will likely occur if 
> the buffer needs to grow (as it has no sink). But I
> get the idea.
> 
> Remy
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to