ok2c commented on code in PR #885:
URL: 
https://github.com/apache/httpcomponents-client/pull/885#discussion_r4062129932


##########
httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java:
##########
@@ -734,7 +734,10 @@ public final H2AsyncClientBuilder disableAuthCaching() {
      * get closed and evicted from the pool.
      *
      * @return this instance.
+          * @deprecated Configure connection keep-alive settings appropriately 
and use
+     * {@link #evictExpiredConnections()} instead.

Review Comment:
   @arturobernalg Looks good. Could we please also add `@see 
RequestConfig#connectionKeepAlive`? to all deprecated methods?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to