We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845d4bb commit 01c2228Copy full SHA for 01c2228
test/parallel/test-http-highwatermark.js
@@ -14,7 +14,7 @@ let requestReceived = 0;
14
const server = http.createServer(function(req, res) {
15
const id = ++requestReceived;
16
const enoughToDrain = req.connection.writableHighWaterMark;
17
- const body = 'x'.repeat(enoughToDrain * 200);
+ const body = 'x'.repeat(enoughToDrain * 100);
18
19
if (id === 1) {
20
// Case of needParse = false
0 commit comments