Skip to content

Commit 46488f7

Browse files
authored
retry HTTP 499 errors by default (#1612)
1 parent 0f2db49 commit 46488f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/v1/remote/options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ var retryableStatusCodes = []int{
8989
http.StatusBadGateway,
9090
http.StatusServiceUnavailable,
9191
http.StatusGatewayTimeout,
92+
499,
9293
}
9394

9495
const (

0 commit comments

Comments
 (0)