You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2019/12/09 19:25:53 UTC

[GitHub] [httpcomponents-client] michael-o commented on a change in pull request #179: HTTPCLIENT-2034: Introduce HttpRequestRetryStrategy

michael-o commented on a change in pull request #179: HTTPCLIENT-2034: Introduce HttpRequestRetryStrategy
URL: https://github.com/apache/httpcomponents-client/pull/179#discussion_r355638233
 
 

 ##########
 File path: httpclient5/src/main/java/org/apache/hc/client5/http/impl/ChainElements.java
 ##########
 @@ -34,6 +34,7 @@
  */
 public enum ChainElements {
 
-    REDIRECT, BACK_OFF, RETRY_SERVICE_UNAVAILABLE, RETRY_IO_ERROR, CACHING, PROTOCOL, CONNECT, MAIN_TRANSPORT
+    REDIRECT, BACK_OFF, RETRY, RETRY_SERVICE_UNAVAILABLE, RETRY_IO_ERROR, CACHING, PROTOCOL,
 
 Review comment:
   Yes, but that is out of scope here. This must be done in a separate ticket.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org