Hi,
Looking at
https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html

it seems that
 new PoolingHttpClientConnectionManager(1,TimeUnit.MINUTE);
will close connection in that time (to refresh it)
and
setValidateAfterInactivity(1);
will check stale.

Is this correct?
Or are they both stale checks?

Vic

Reply via email to