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

[Consult]: TCP connections permanently stay at FIN_WAIT2 #11572

Closed
luckydrq opened this issue Feb 27, 2017 · 2 comments
Closed

[Consult]: TCP connections permanently stay at FIN_WAIT2 #11572

luckydrq opened this issue Feb 27, 2017 · 2 comments
Labels
net Issues and PRs related to the net subsystem. question Issues that look for answers.

Comments

@luckydrq
Copy link

Hi, i am writing a tcp client that only supports modern nodejs versions(>=4.x) and when i dive into TCP details i found this issue which is old but seems not get a conclusion. Actually i haven't meet this problem in my test so far but i wonder that is it already fixed in modern versions? I use socket.end() to initiate a connection shutdown and hope it SHOULD be closed in the near future whenever the network is at poor condition or not. Also, keep-alive is disabled in my case. Thanks!

@mscdex mscdex added net Issues and PRs related to the net subsystem. question Issues that look for answers. labels Feb 27, 2017
@bnoordhuis
Copy link
Member

If you read through the comments, you'll see that the conclusion was that it's not really a node issue. If your question is whether node still does a socket shutdown before closing, the answer is 'yes'.

Can you post questions to https://github.com/nodejs/help/issues next time? If you do hit a bug, by all means file an issue here and please include steps to reproduce.

@luckydrq
Copy link
Author

Can you post questions to https://github.com/nodejs/help/issues next time?

My apology!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
net Issues and PRs related to the net subsystem. question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

3 participants