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 197d264 commit e7ade8bCopy full SHA for e7ade8b
test/parallel/test-http-uri-overflow.js
@@ -8,7 +8,7 @@ const CRLF = '\r\n';
8
const REQUEST_METHOD_AND_SPACE = 'GET ';
9
const DUMMY_URI = '/' + 'a'.repeat(
10
maxUriSize
11
-); // the slash makes it just 1 byte too long
+); // The slash makes it just 1 byte too long.
12
13
const PAYLOAD = REQUEST_METHOD_AND_SPACE + DUMMY_URI + CRLF;
14
0 commit comments