Hi, I use HttpClient2.0 in an application used to connect to several webservices.
But, I meet a memory leak because connections create by the HttpClient's objects seem to be not releasy correctly. I read in the API that the HttpMethodeBase.releaseConnection() "NOT close the connection if it can be reused". So how can I be certain that the current httpClient and its connection is really released ? Thx jeanremi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
