-
Notifications
You must be signed in to change notification settings - Fork 16
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
Under stress, some connections keep open #15
Comments
Interesting... Is this test code intermittent or actually works every time? We aren't using this at the time on production, but yet I could check it by today. ;) |
It works everytime for me |
I've released |
You're welcome! 2016-01-18 15:54 GMT+01:00 José Moreira [email protected]:
|
Under stress some connections will stay on CLOSE_WAIT state.
To reproduce the issue:
$ node close-wait.js
close-wait.js below$ wrk --latency -t4 -c400 -d30s "http://localhost:8000"
Everytime I run the stress test a new connection (the first one) remains in CLOSE_WAIT state
close-wait.js
The text was updated successfully, but these errors were encountered: