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

File descriptors are leaking #29

Closed
snoyberg opened this issue Oct 17, 2013 · 2 comments
Closed

File descriptors are leaking #29

snoyberg opened this issue Oct 17, 2013 · 2 comments

Comments

@snoyberg
Copy link
Owner

Just seen in production for yesodweb.com. Need to do more research.

Pinging @manny-fp.

@snoyberg
Copy link
Owner Author

I've isolated this down to incoming connections in Warp not getting closed. Manually modifying Warp to always close a connection after 5 minutes solves the problem. I'm leaning towards saying this is a bug in Warp, though I need to do a little more research to confirm that hypothesis. One solution would be to have a second timeout handler that cannot be paused.

@snoyberg
Copy link
Owner Author

Apparently solved, no longer seeing this issue.

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