> 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

> it does look like it to me that state is leaking between 
> these two request on this same thread.

That hints of a ThreadLocal being used somewhere in your code (or a 3rd-party 
library).  That's usually not a good idea in a pooled environment.

> Is there a way of obliterating a thread on Tomcat

Not that I'm aware of.  You could temporarily set clearReferencesThreadLocals 
to true in your <Context> element to see if that takes care of the problem, but 
you probably don't want to do that in production (not really thread-safe).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to