mirror of
https://github.com/nodejs/node.git
synced 2025-08-16 14:18:44 +02:00
benchmark,doc,lib,test: capitalize comments
PR-URL: https://github.com/nodejs/node/pull/26483 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
01a5300f3f
commit
f8763bb077
230 changed files with 464 additions and 467 deletions
|
@ -7,7 +7,7 @@ const { expectsError, mustCall } = require('../common');
|
|||
const CRLF = '\r\n';
|
||||
const DUMMY_HEADER_NAME = 'Cookie: ';
|
||||
const DUMMY_HEADER_VALUE = 'a'.repeat(
|
||||
// plus one is to make it 1 byte too big
|
||||
// Plus one is to make it 1 byte too big
|
||||
maxHeaderSize - DUMMY_HEADER_NAME.length - (2 * CRLF.length) + 1
|
||||
);
|
||||
const PAYLOAD_GET = 'GET /blah HTTP/1.1';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue