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

add separate keepalive_timeout to wsgi server #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

btmorex
Copy link

@btmorex btmorex commented Aug 8, 2014

Right now, connections are kept alive for socket_timeout seconds (or forever if socket_timeout is None). This patch adds a separate option which is useful if you want idle connections to be kept around for a long time, but still have a low socket_timeout.

@temoto
Copy link
Member

temoto commented Aug 8, 2014

Thank you, this is a nice feature. Someone has to write unit test for it, though. And I can't schedule it until late August.

@btmorex
Copy link
Author

btmorex commented Aug 8, 2014

That's fine. We use a private eventlet with all our patches applied, so we're not waiting on anything.

@briancline
Copy link

This is great and would be extremely useful to have. Unfortunately it's been a very long time since this was opened. Is this only waiting on a rebase and a unit test?

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

Successfully merging this pull request may close these issues.

None yet

3 participants