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
use io.reader to make follow-up request for the actual payload
I ran into a scenario where we failed on step 3 and did not see retry, and I am not really sure how to make it retryable with go-retryablehttp. Seems like this Do function isn't returning the actual payload directly.
The text was updated successfully, but these errors were encountered:
Hi, I recently learned how golang make http request:
I ran into a scenario where we failed on step 3 and did not see retry, and I am not really sure how to make it retryable with go-retryablehttp. Seems like this Do function isn't returning the actual payload directly.
The text was updated successfully, but these errors were encountered: