We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9a824 commit 0638b78Copy full SHA for 0638b78
1 file changed
lib/net.js
@@ -938,7 +938,6 @@ Socket.prototype.connect = function(...args) {
938
this.write = Socket.prototype.write;
939
940
if (this.destroyed) {
941
- this._undestroy();
942
this._handle = null;
943
this._peername = null;
944
this._sockname = null;
0 commit comments