On Tue, 2019-10-22 at 15:09 +0200, Michael Osipov wrote: > 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? >
Sounds reasonable. Feel free to raise a PR with the proposed changes. Cheers Oleg > Michael > > [1] https://github.com/apache/maven-wagon/pull/57 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
