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
|
* of persistent connections regardless of their expiration setting. No persistent
|
||||||
* connection will be re-used past its TTL value.
|
* connection will be re-used past its TTL value.
|
||||||
* <p>
|
* <p>
|
||||||
* The handling of stale connections was changed in version 4.4.
|
* Please note in contrast to 4.x no stale check is employed by default.
|
||||||
* Previously, the code would check every connection by default before re-using it.
|
* @see #setValidateAfterInactivity(TimeValue)
|
||||||
* 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.
|
|
||||||
*
|
*
|
||||||
* @since 4.3
|
* @since 4.3
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue