From b0a00dac9e2997f55ed63404b42b8efe21978c17 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Tue, 4 Sep 2018 17:04:12 +0000 Subject: [PATCH] router: minor doc fixes in stream idle timeout (#4329) Signed-off-by: Rama rama.rao@salesforce.com Description: Fixes minor doc issue Risk Level: Low Testing: N/A Docs Changes: N/A Release Notes: N/A Mirrored from https://github.com/envoyproxy/envoy @ e947a2766fdd964eb82aceac05577fbb183bb002 --- envoy/api/v2/route/route.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.