We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3e086 commit 89f8ef2Copy full SHA for 89f8ef2
test/parallel/test-dgram-oob-buffer.js
@@ -17,4 +17,4 @@ socket.send(buf, 3, 1, common.PORT, '127.0.0.1', ok);
17
// Since length of zero means nothing, don't error despite OOB.
18
socket.send(buf, 4, 0, common.PORT, '127.0.0.1', ok);
19
20
-socket.close(); // FIXME should not be necessary
+socket.close();
0 commit comments