Home
last modified time | relevance | path

Searched refs:httpCommon (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/sequential/
Dtest-http-regr-gh-2928.js7 const httpCommon = require('_http_common'); constant
11 const COUNT = httpCommon.parsers.max + 1;
15 parsers[i] = httpCommon.parsers.alloc();
48 httpCommon.freeParser(parser);
/third_party/node/test/parallel/
Dtest-http-set-max-idle-http-parser.js4 const httpCommon = require('_http_common'); constant
16 assert.notStrictEqual(httpCommon.parsers.max, value);
18 assert.strictEqual(httpCommon.parsers.max, value);
Dtest-http-common.js4 const httpCommon = require('_http_common'); constant
5 const checkIsHttpToken = httpCommon._checkIsHttpToken;
6 const checkInvalidHeaderChar = httpCommon._checkInvalidHeaderChar;