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 StreamIdleTimeout #4350

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Support StreamIdleTimeout #4350

wants to merge 1 commit into from

Conversation

bjlhlin
Copy link

@bjlhlin bjlhlin commented Sep 27, 2024

What type of PR is this?

feat(translator):Support StreamIdleTimeout

What this PR does / why we need it:
Support StreamIdleTimeout
Which issue(s) this PR fixes:

Fixes #4349

@bjlhlin bjlhlin requested a review from a team as a code owner September 27, 2024 09:49
@qicz
Copy link
Member

qicz commented Sep 29, 2024

please ref the doc: https://gateway.envoyproxy.io/contributions/contributing/#submitting-a-pr and fix your DCO. thanks

Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Oct 29, 2024
Comment on lines +79 to +83
// The stream idle timeout for connections managed by the connection manager.
// If not specified, this defaults to 5 minutes. The default value was selected
// so as not to interfere with any smaller configured timeouts that may have
// existed in configurations prior to the introduction of this feature, while
// introducing robustness to TCP connections that terminate without a FIN.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// The stream idle timeout for connections managed by the connection manager.
// If not specified, this defaults to 5 minutes. The default value was selected
// so as not to interfere with any smaller configured timeouts that may have
// existed in configurations prior to the introduction of this feature, while
// introducing robustness to TCP connections that terminate without a FIN.
// The stream idle timeout defines the amount of time a stream can exist without any upstream or downstream activity.
// If not specified, this defaults to 5 minutes.

@arkodg
Copy link
Contributor

arkodg commented Jan 3, 2025

can you also sign your commit and force push

@github-actions github-actions bot removed the stale label Jan 3, 2025
@bjlhlin bjlhlin marked this pull request as draft January 9, 2025 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support StreamIdleTimeout
3 participants