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 keep-alive options for incoming requests #17

Open
kjellmorten opened this issue Nov 20, 2023 · 0 comments
Open

Support keep-alive options for incoming requests #17

kjellmorten opened this issue Nov 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kjellmorten
Copy link
Contributor

Node offers some keep-alive options on an http server, and especially the keepAliveTimeout is important, to avoid incoming connections being closed too soon.

We should make at least keepAliveTimeout available on the incoming options object.

References:

@kjellmorten kjellmorten added the enhancement New feature or request label Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant