Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DelayedCloseTimeout #4347

Open
bjlhlin opened this issue Sep 27, 2024 · 3 comments · May be fixed by #4348
Open

Support DelayedCloseTimeout #4347

bjlhlin opened this issue Sep 27, 2024 · 3 comments · May be fixed by #4348
Assignees
Labels

Comments

@bjlhlin
Copy link

bjlhlin commented Sep 27, 2024

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 bjlhlin added the triage label Sep 27, 2024
@bjlhlin
Copy link
Author

bjlhlin commented Sep 27, 2024

/assgin

@bjlhlin
Copy link
Author

bjlhlin commented Sep 27, 2024

/assign

@bjlhlin bjlhlin linked a pull request Sep 27, 2024 that will close this issue
@arkodg
Copy link
Contributor

arkodg commented Sep 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants