Skip to content

Commit

Permalink
print information
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Oct 3, 2024
1 parent a56f329 commit 33ec7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func shouldRetry(request *http.Request, response *http.Response, withDelay time.
}

if response.StatusCode == http.StatusBadRequest {
fmt.Printf("Retry error 400")
return true
}

Expand Down

0 comments on commit 33ec7a9

Please sign in to comment.