We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63bcba commit 55a95c8Copy full SHA for 55a95c8
test/sequential/test-http-regr-gh-2928.js
@@ -8,6 +8,8 @@ const httpCommon = require('_http_common');
8
const { HTTPParser } = require('_http_common');
9
const net = require('net');
10
11
+httpCommon.parsers.max = 50;
12
+
13
const COUNT = httpCommon.parsers.max + 1;
14
15
const parsers = new Array(COUNT);
0 commit comments