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

Function submitGoaway

lib/internal/http2/core.js:920–926  ·  view source on GitHub ↗
(code, lastStreamID, opaqueData)

Source from the content-addressed store, hash-verified

918// be used. The opaqueData must either be a typed array or undefined
919// (which will be checked elsewhere).
920function submitGoaway(code, lastStreamID, opaqueData) {
921 if (this.destroyed)
922 return;
923 debugSessionObj(this, 'submitting goaway');
924 this[kUpdateTimer]();
925 this[kHandle].goaway(code, lastStreamID, opaqueData);
926}
927
928const proxySocketHandler = {
929 get(session, prop) {

Callers

nothing calls this directly

Calls 2

debugSessionObjFunction · 0.85
goawayMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…