We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aed83c commit a340587Copy full SHA for a340587
test/parallel/test-http-parser-timeout-reset.js
@@ -34,7 +34,7 @@ const server = net.createServer((socket) => {
34
35
parser[HTTPParser.kOnHeaders] = common.mustNotCall();
36
37
- parser[HTTPParser.kOnExecute] = common.mustCall(3);
+ parser[HTTPParser.kOnExecute] = common.mustCallAtLeast(3);
38
39
parser[HTTPParser.kOnHeadersComplete] = common.mustCall();
40
0 commit comments