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
Next Next commit
Removes FIXME
It's necessary to close the socket otherwise the test will hang
  • Loading branch information
ALJCepeda committed Sep 22, 2016
commit 1b420216b37cab0cd28cfeb1c74721a0374373d6
2 changes: 1 addition & 1 deletion test/parallel/test-dgram-oob-buffer.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ socket.send(buf, 3, 1, common.PORT, '127.0.0.1', ok);
// Since length of zero means nothing, don't error despite OOB.
socket.send(buf, 4, 0, common.PORT, '127.0.0.1', ok);

socket.close(); // FIXME should not be necessary
socket.close();