HTTPCLIENT-2118: Corrected PoolingHttpClientConnectionManager javadocs
This commit is contained in:
parent
918ac1535f
commit
12a6579513
|
@ -96,11 +96,8 @@ import org.slf4j.LoggerFactory;
|
|||
* of persistent connections regardless of their expiration setting. No persistent
|
||||
* connection will be re-used past its TTL value.
|
||||
* <p>
|
||||
* The handling of stale connections was changed in version 4.4.
|
||||
* Previously, the code would check every connection by default before re-using it.
|
||||
* The code now only checks the connection if the elapsed time since
|
||||
* the last use of the connection exceeds the timeout that has been set.
|
||||
* The default timeout is set to 5000ms.
|
||||
* Please note in contrast to 4.x no stale check is employed by default.
|
||||
* @see #setValidateAfterInactivity(TimeValue)
|
||||
*
|
||||
* @since 4.3
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue