Friends,

while working on the PR [1] for WAGON-567, it came to my mind whether it would be beneficial if org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy would accept a Collection<Integer> of status codes which can be retried.

Internally, that woudd be copied into a HashSet. If no values are provided, we stick to SC_SERVICE_UNAVAILABLE.

WDYT?

Michael

[1] https://github.com/apache/maven-wagon/pull/57

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

Reply via email to