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

Keepalive is disabled by default #2535

Open
bennetthardwick opened this issue Jan 30, 2025 · 0 comments
Open

Keepalive is disabled by default #2535

bennetthardwick opened this issue Jan 30, 2025 · 0 comments

Comments

@bennetthardwick
Copy link

In #1113 the keep alive config was disabled with a todo waiting on hyperium/hyper#2359.

// TODO: Re-enable default duration once hyper's HttpConnector is fixed
// to no longer error when an option fails.
tcp_keepalive: None, //Some(Duration::from_secs(60)),

Since these are long fixed should this feature still be disabled by default? Should the old default be enabled again?

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

No branches or pull requests

1 participant