Hello, httpclient4.idletimeout was introduced in 2.12 to handle servers who do not send Keep-Alive header.
This value is returned as part of implementation of : http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/DefaultConnectionKeepAliveStrategy.html#getKeepAliveDuration%28org.apache.http.HttpResponse,%20org.apache.http.protocol.HttpContext%29 I was wondering what should be the ideal value for such a parameter ? Is it related to Apache Httpd KeepAliveTimeout or is it completely unrelated ? Regards Philippe
