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 · 4 comments · May be fixed by #4348
Open

Support DelayedCloseTimeout #4347

bjlhlin opened this issue Sep 27, 2024 · 4 comments · May be fixed by #4348
Assignees
Labels
area/api API-related issues kind/decision A record of a decision made by the community. kind/feature new feature stale

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

@zhaohuabing zhaohuabing added kind/feature new feature area/api API-related issues and removed triage labels Sep 29, 2024
@arkodg arkodg added the kind/decision A record of a decision made by the community. label Sep 30, 2024
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

@github-actions github-actions bot added the stale label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api API-related issues kind/decision A record of a decision made by the community. kind/feature new feature stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants