ColinHebert commented on issue #57: WAGON-567: support retry on server side errors URL: https://github.com/apache/maven-wagon/pull/57#issuecomment-545361735 For 5.0 it seems trivial to add `c` as a parameter to `getRetryInterval()` (similar to `retryRequest()`). https://github.com/apache/httpcomponents-client/blob/07a9714f3b89509b231fddbb667eb79073e9872d/httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/ServiceUnavailableRetryExec.java#L94 For 4.5.x and Wagon, I suppose that it leaves us with the original option which is deprecating backoff for the time being (and eventually reintroduce it when moving to HttpClient 5.x?), instead use the native support for protocol level retries.
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services