diff --git a/site/content/en/latest/tasks/traffic/client-traffic-policy.md b/site/content/en/latest/tasks/traffic/client-traffic-policy.md index 7a4164cf888..b1782570796 100644 --- a/site/content/en/latest/tasks/traffic/client-traffic-policy.md +++ b/site/content/en/latest/tasks/traffic/client-traffic-policy.md @@ -574,8 +574,9 @@ request timeout ``` ### Configure Client HTTP Idle Timeout + The idle timeout is defined as the period in which there are no active requests. When the idle timeout is reached the connection will be closed. -For more details see [here](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-idle-timeout:~:text=...%7D%0A%7D-,idle_timeout,-(Duration)%20The) +For more details see [here](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-idle-timeout:~:text=...%7D%0A%7D-,idle_timeout,-(Duration)%20The). {{< tabpane text=true >}} {{% tab header="Apply from stdin" %}} diff --git a/site/content/en/v1.0.1/tasks/traffic/client-traffic-policy.md b/site/content/en/v1.0.1/tasks/traffic/client-traffic-policy.md index fe964aaaee4..3e75d98e239 100644 --- a/site/content/en/v1.0.1/tasks/traffic/client-traffic-policy.md +++ b/site/content/en/v1.0.1/tasks/traffic/client-traffic-policy.md @@ -465,8 +465,9 @@ request timeout ``` ### Configure Client HTTP Idle Timeout + The idle timeout is defined as the period in which there are no active requests. When the idle timeout is reached the connection will be closed. -For more details see [here](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-idle-timeout:~:text=...%7D%0A%7D-,idle_timeout,-(Duration)%20The) +For more details see [here](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-idle-timeout:~:text=...%7D%0A%7D-,idle_timeout,-(Duration)%20The). {{< tabpane text=true >}} {{% tab header="Apply from stdin" %}}