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

Function statusMessageWarn

lib/internal/http2/compat.js:112–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112function statusMessageWarn() {
113 if (statusMessageWarned === false) {
114 process.emitWarning(
115 'Status message is not supported by HTTP/2 (RFC7540 8.1.2.4)',
116 'UnsupportedWarning',
117 );
118 statusMessageWarned = true;
119 }
120}
121
122function isConnectionHeaderAllowed(name, value) {
123 return name !== HTTP2_HEADER_CONNECTION ||

Callers 2

statusMessageMethod · 0.85
writeHeadMethod · 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…