-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Description
Hi, I recently learned how golang make http request:
- send request
- receive header containing io.reader
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels