Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comment
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
zirain committed Jan 11, 2025
1 parent e738c92 commit 2556f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gatewayapi/route.go
Original file line number Diff line number Diff line change
@@ -316,7 +316,7 @@ func processRouteRetry(irRoute *ir.HTTPRoute, rule gwapiv1.HTTPRouteRule) {
BaseInterval: ptr.To(metav1.Duration{Duration: backoff}),
},
}

// xref: https://gateway-api.sigs.k8s.io/geps/gep-1742/#timeout-values
if rule.Timeouts != nil && rule.Timeouts.BackendRequest != nil {
backendRequestTimeout, err := time.ParseDuration(string(*rule.Timeouts.BackendRequest))
if err == nil {

0 comments on commit 2556f64

Please sign in to comment.