On Wed, Nov 24, 2010 at 10:39 PM, Caldarale, Charles R
<chuck.caldar...@unisys.com> wrote:
>> From: declan harrison [mailto:harrison.dec...@gmail.com]
>> Subject: Re: Tomcat 6.0.24 - Should send body As Chunked Response but 
>> sometimes sends it back Un-Chunked
>
>> I meant I have local variable that reference the response
>> output stream.
>
> Ok, you're off the hook on that one.  Anything stored in the session that 
> might allow intermingling of requests or responses?
>
Chuck

I have reviewed the code this morning and I canny see anything that
would allow the intermingling of the request or response between
separate HTTP requests but it does look like it to me that state is
leaking between these two request on this same thread.

Is there a way of obliterating a thread on Tomcat, this way I could
verify that this indeed is the issue.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to