Add http retry back on unauthorized request
Compare changes
@@ -7,6 +7,7 @@ import com.github.kittinunf.fuel.Fuel
@@ -7,6 +7,7 @@ import com.github.kittinunf.fuel.Fuel
@@ -32,6 +33,8 @@ class HttpUpstream<D : Any, R : OtterResponse<D>>(
@@ -32,6 +33,8 @@ class HttpUpstream<D : Any, R : OtterResponse<D>>(
@@ -89,10 +92,36 @@ class HttpUpstream<D : Any, R : OtterResponse<D>>(
@@ -89,10 +92,36 @@ class HttpUpstream<D : Any, R : OtterResponse<D>>(