-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Server.getConnections() failed with "Slave closed before reply" #13923
Comments
mscdex
added
net
Issues and PRs related to the net subsystem.
cluster
Issues and PRs related to the cluster subsystem.
labels
Jun 26, 2017
Can you minify your code to reproduce this problem? |
Given the lack of a follow up and no one taking this up, I'm going to go ahead and close. If anyone happens to have any additional information or believes this should remain open, please feel free to do so. Just cleaning up the issue tracker a tad... |
This was referenced Sep 15, 2021
This was referenced Sep 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node version : 4.x - 6.x
os: macos linux
save the following codes to a file like 'server.js', and run
node server.js
then run this test code in another console:
for i in {1..1500}; do curl http://localhost:12345; sleep 1; echo "---- $i\n"; done
server.js :
Server.getConnections() will fail with "Slave closed before reply"; and will nerver come back !
output:
I think that is a bug !
thanks!
The text was updated successfully, but these errors were encountered: