remove idle timeout validation (#6500)

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

Mirrored from https://github.com/envoyproxy/envoy @ 93c0fbb0db67e02427905c20aa325b587c4afe51
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 2e7ea62363
commit b230b09594
  1. 3
      envoy/api/v2/route/route.proto

@ -574,8 +574,7 @@ message RouteAction {
// fires, the stream is terminated with a 408 Request Timeout error code if no
// upstream response header has been received, otherwise a stream reset
// occurs.
google.protobuf.Duration idle_timeout = 24
[(validate.rules).duration.gt = {}, (gogoproto.stdduration) = true];
google.protobuf.Duration idle_timeout = 24 [(gogoproto.stdduration) = true];
// Indicates that the route has a retry policy. Note that if this is set,
// it'll take precedence over the virtual host level retry policy entirely

Loading…
Cancel
Save