Re: Connection Pool Event Listeners

2011-04-05 Thread Oleg Kalnichevski
On Mon, 2011-04-04 at 16:35 -0500, Neil Chaudhuri wrote: I am using ThreadSafeClientConnManager to manage a pool of connections to serve multiple threads, but some of the requests and responses have cookies set. Obviously, I would like to return the connections to the pool in the same

RE: Connection Pool Event Listeners

2011-04-05 Thread Neil Chaudhuri
duplicate cookie names with different values in subsequent requests after the first. Thanks. -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Tuesday, April 05, 2011 11:58 AM To: HttpClient User Discussion Subject: Re: Connection Pool Event Listeners On Mon

RE: Connection Pool Event Listeners

2011-04-05 Thread Oleg Kalnichevski
Neil Chaudhuri nchaudh...@potomacfusion.com wrote: Unfortunately, we are finding that connections that are reused from the pool contain cookie values that remain from prior connections. That is why I was curious if there was some particular approach recommended for making sure cookies don't