Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup
  • Loading branch information
ronag committed Apr 12, 2020
commit 10a4a3031676af1cf37d20a15f7bb484f8d2d57d
3 changes: 1 addition & 2 deletions test/parallel/test-net-end-destroyed.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const server = net.createServer();

server.on('connection', common.mustCall());

// Ensure socket is not destroyed before
// emitting 'end'.
// Ensure that the socket is not destroyed when the 'end' event is emitted.

server.listen(common.mustCall(function() {
const socket = net.createConnection({
Expand Down