Skip to content

Commit

Permalink
SNOW-991467 Remove 400 & 405 statuses from retry (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman authored Dec 15, 2023
1 parent 2dc90f7 commit e49463c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ var authEndpoints = []string{

var clientErrorsStatusCodesEligibleForRetry = []int{
http.StatusTooManyRequests,
http.StatusBadRequest,
http.StatusMethodNotAllowed,
http.StatusRequestTimeout,
}

Expand Down

0 comments on commit e49463c

Please sign in to comment.