From b6b950f919b12366e01ca548fc1292aa766fe256 Mon Sep 17 00:00:00 2001 From: zirain Date: Wed, 28 Feb 2024 09:34:32 +0800 Subject: [PATCH] Update site/content/en/latest/user/client-traffic-policy.md Co-authored-by: Arko Dasgupta Signed-off-by: zirain --- site/content/en/latest/user/client-traffic-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/latest/user/client-traffic-policy.md b/site/content/en/latest/user/client-traffic-policy.md index 5ea8c17e0b68..d7398ae2034f 100644 --- a/site/content/en/latest/user/client-traffic-policy.md +++ b/site/content/en/latest/user/client-traffic-policy.md @@ -410,7 +410,7 @@ Handling connection for 8888 } ``` -### Enable HTTP request timeout +### Enable HTTP Request Received timeout This feature allows you to limit the take taken by the Envoy Proxy fleet to receive the entire request from the client, which is useful in preventing certain clients from consuming too much memory in Envoy This example configures the HTTP request timeout for the client, please check out the details [here](https://www.envoyproxy.io/docs/envoy/latest/faq/configuration/timeouts#stream-timeouts).