diff --git a/envoy/api/v2/route/route.proto b/envoy/api/v2/route/route.proto index ec66094f..f341c288 100644 --- a/envoy/api/v2/route/route.proto +++ b/envoy/api/v2/route/route.proto @@ -457,8 +457,8 @@ message RouteAction { google.protobuf.Duration per_try_timeout = 3 [(gogoproto.stdduration) = true]; } - // Specifies the idle timeout for the route. If not specified, there is no per-route idle timeout - // specified, although the connection manager wide :ref:`stream_idle_timeout + // Specifies the idle timeout for the route. If not specified, there is no per-route idle timeout, + // although the connection manager wide :ref:`stream_idle_timeout // ` // will still apply. A value of 0 will completely disable the route's idle timeout, even if a // connection manager stream idle timeout is configured.