We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7043e95 commit 0b27416Copy full SHA for 0b27416
test/parallel/test-http-expect-continue.js
@@ -39,7 +39,7 @@ const handler = common.mustCall((req, res) => {
39
res.end(test_res_body);
40
});
41
42
-const server = http.createServer();
+const server = http.createServer(common.mustNotCall());
43
server.on('checkContinue', common.mustCall((req, res) => {
44
console.error('Server got Expect: 100-continue...');
45
res.writeContinue();
0 commit comments