-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.
Description
See #30839
_writeGeneric
waits for 'connect'
Line 759 in cf5ce2c
this.once('connect', function connect() { |
Lines 1106 to 1108 in cf5ce2c
if (self.destroyed) { | |
return; | |
} |
I believe this will fail:
const socket = createSocketBeforeConnect();
socket.write('asd', common.mustCall());
socket.destroy();
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.