On Sun, 2018-03-11 at 15:57 +0100, Philippe Mouawad wrote: > I mean starting with a fresh sslcontext. > It works if I keep a ref on PoolingHttpConnectionManager and call > > poolingHttpClientConnectionManager.closeExpiredConnections(); > poolingHttpClientConnectionManager.closeIdleConnections(1L, > TimeUnit.MICROSECONDS); > > > But is there a better way ?
What is so bad about using the connection manager to close out all persistent connections? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org