You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The retry logic in restutil#http_request incorrectly adjusts max_retry which does not actually affect the retry loop, and has the side effect of disabling logging on subsequent http errors.
We should decide on the appropriate behavior here and fix accordingly.
The text was updated successfully, but these errors were encountered:
The retry logic in
restutil#http_request
incorrectly adjustsmax_retry
which does not actually affect the retry loop, and has the side effect of disabling logging on subsequent http errors.We should decide on the appropriate behavior here and fix accordingly.
The text was updated successfully, but these errors were encountered: