Skip to content

Commit e7ade8b

Browse files
committed
http: fixing comment because lint
1 parent 197d264 commit e7ade8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http-uri-overflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CRLF = '\r\n';
88
const REQUEST_METHOD_AND_SPACE = 'GET ';
99
const DUMMY_URI = '/' + 'a'.repeat(
1010
maxUriSize
11-
); // the slash makes it just 1 byte too long
11+
); // The slash makes it just 1 byte too long.
1212

1313
const PAYLOAD = REQUEST_METHOD_AND_SPACE + DUMMY_URI + CRLF;
1414

0 commit comments

Comments
 (0)