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. All the connection are in Established state. So now we
are tried httpmethod.abort() in place of
httpmethod.releaseconnection(), We need your comments on it.

Thanks,
Laxmilal

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

Reply via email to