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 ce21fc7 commit 123327dCopy full SHA for 123327d
1 file changed
lib/net.js
@@ -937,7 +937,6 @@ Socket.prototype.connect = function(...args) {
937
this.write = Socket.prototype.write;
938
939
if (this.destroyed) {
940
- this._undestroy();
941
this._handle = null;
942
this._peername = null;
943
this._sockname = null;
0 commit comments