You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Vi...@wellsfargo.com on 2004/06/09 22:55:28 UTC

Release socket resources in HTTPSender..

Hi,

 

I was looking through the org.apache.axis.transport.http.HTTPSender code,
and noticed that there is no socket.close() at the end of the invoke()
method. Is there a reason for this, or am I missing something?

 

On a similar note, should the CommonsHTTPSender have a
method.releaseConnection() call in the Exception block? (line 586)

 

Thanks,

 

- Vivek