Skip to content

Commit 263e694

Browse files
committed
[gateway/route] Add stream reset as retryable condition
1 parent 1365da7 commit 263e694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gateway/xds/translator/route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
const (
26-
retryDefaultRetryOn = "connect-failure,refused-stream,unavailable,cancelled,retriable-status-codes"
26+
retryDefaultRetryOn = "cancelled,connect-failure,refused-stream,reset,retriable-status-codes,unavailable"
2727
retryDefaultRetriableStatusCode = 503
2828
retryDefaultNumRetries = 2
2929
)

0 commit comments

Comments
 (0)