MCPcopy Index your code
hub / github.com/nodejs/node / isLenient

Function isLenient

lib/_http_common.js:309–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307let warnedLenient = false;
308
309function isLenient() {
310 if (insecureHTTPParser && !warnedLenient) {
311 warnedLenient = true;
312 process.emitWarning('Using insecure HTTP parsing');
313 }
314 return insecureHTTPParser;
315}
316
317function calculateLenientFlags(httpValidation, insecureHTTPParserOption) {
318 if (httpValidation === 'strict') {

Callers 2

_http_outgoing.jsFile · 0.85
calculateLenientFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…