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