We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afa748 commit 5cb3facCopy full SHA for 5cb3fac
test/parallel/test-http-eof-on-connect.js
@@ -29,7 +29,7 @@ const http = require('http');
29
// It is separate from test-http-malformed-request.js because it is only
30
// reproduceable on the first packet on the first connection to a server.
31
32
-const server = http.createServer(common.noop);
+const server = http.createServer(common.mustNotCall());
33
server.listen(0);
34
35
server.on('listening', function() {
0 commit comments