> @@ -80,7 +88,7 @@ public boolean shouldRetryRequest(HttpCommand command,
> HttpResponse response) {
> Multimap<String, String> headers =
> command.getCurrentRequest().getHeaders();
> if (headers != null &&
> headers.containsKey(AuthHeaders.AUTH_USER)
> && headers.containsKey(AuthHeaders.AUTH_KEY) &&
> !headers.containsKey(AuthHeaders.AUTH_TOKEN)) {
> - return false;
> + retry = false;
Do we need this if `false` is the default? Or is this here just for clarity?
(I'm fine to keep it, just curious)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/369/files#r12774693