HTTPCLIENT-2118: Corrected PoolingHttpClientConnectionManager javadocs

This commit is contained in:
Oleg Kalnichevski 2020-10-03 12:12:58 +02:00
parent 918ac1535f
commit 12a6579513
1 changed files with 2 additions and 5 deletions

View File

@ -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
*/