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

 ##########
 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:
   Add Javadoc for each value?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to