About releaseconnection method of version 3.1

2008-05-23 Thread Laxmilal Menaria
Hello, We are using httpclient 3.1 library in our application and sending multiple request using Multiple threads. Releasing connection when the thread completes using httpmethod.releaseconnection() method. But we encountered that the releaseconnection() method doesn't release the connection.

Re: About releaseconnection method of version 3.1

2008-05-23 Thread Oleg Kalnichevski
On Fri, 2008-05-23 at 14:30 +0530, Laxmilal Menaria wrote: Hello, We are using httpclient 3.1 library in our application and sending multiple request using Multiple threads. Releasing connection when the thread completes using httpmethod.releaseconnection() method. But we encountered that