You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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'.
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!The text was updated successfully, but these errors were encountered: