On Mon, 2013-02-04 at 16:14 -0800, vigna wrote:
> I have create a non-keepalive client (no connection reuse) by
> 
> httpClient.setReuseStrategy( new NoConnectionReuseStrategy() );
> 
> Nonetheless, in the logs I get
> 
> ClientConnectionManager - Connection can be kept alive for
> 9223372036854775807 MILLISECONDS
> 
> Is that OK?
> 

It is a minor bug in BasicClientConnectionManager. If you use
PoolingClientConnectionManager this message will not be logged. 

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to