We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f3a30 commit f6dfc31Copy full SHA for f6dfc31
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