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
fix: close response body immediately in retry loop (#567)
ObtainClientCredentialsToken: replace defer resp.Body.Close()
inside the retry loop with immediate close after reading the
response. The deferred closures accumulated on each iteration
and bodies were not released until the function returned.
0 commit comments