Skip to content

Commit e947a27

Browse files
ramaraochavalidnoe
authored andcommitted
router: minor doc fixes in stream idle timeout (envoyproxy#4329)
Signed-off-by: Rama [email protected] Description: Fixes minor doc issue Risk Level: Low Testing: N/A Docs Changes: N/A Release Notes: N/A
1 parent 0c2e998 commit e947a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/envoy/api/v2/route/route.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ message RouteAction {
457457
google.protobuf.Duration per_try_timeout = 3 [(gogoproto.stdduration) = true];
458458
}
459459

460-
// Specifies the idle timeout for the route. If not specified, there is no per-route idle timeout
461-
// specified, although the connection manager wide :ref:`stream_idle_timeout
460+
// Specifies the idle timeout for the route. If not specified, there is no per-route idle timeout,
461+
// although the connection manager wide :ref:`stream_idle_timeout
462462
// <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.stream_idle_timeout>`
463463
// will still apply. A value of 0 will completely disable the route's idle timeout, even if a
464464
// connection manager stream idle timeout is configured.

0 commit comments

Comments
 (0)