envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.55k stars 333 forks source link

Support DelayedCloseTimeout #4347

Open bjlhlin opened 1 day ago

bjlhlin commented 1 day ago

Description:

Describe the desired behavior, what scenario it enables and how it would be used.

The delayed close timeout is for downstream connections managed by the HTTP connection manager.
 It is defined as a grace period after connection close processing has been locally initiated
 during which Envoy will wait for the peer to close (i.e., a TCP FIN/RST is received by Envoy
 from the downstream connection) prior to Envoy closing the socket associated with that
connection.

[optional Relevant Links:]

Any extra documentation required to understand the issue.

bjlhlin commented 1 day ago

/assgin

bjlhlin commented 1 day ago

/assign

arkodg commented 1 day ago

hey @bjlhlin please wait until the help-wanted has been added to assign yourself to the issue this issue will need to be triaged first