Home
last modified time | relevance | path

Searched refs:debugStream (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/http2/
Dcore.js194 function debugStream(id, sessionType, message, ...args) { function
205 debugStream(stream[kID], type, message, ...new SafeArrayIterator(args));
345 debugStream(id, type, 'headers received');
411 debugStream(id, type, "emitting stream '%s' event", event);
593 debugStream(id, session[kType],
2307 debugStream(this[kID] || 'pending', session[kType], 'destroying stream');
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md1938 * \[[`0b9f11bcbe`](https://github.com/nodejs/node/commit/0b9f11bcbe)] - **http2**: fix debugStream