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

Function onSessionInternalError

lib/internal/http2/core.js:883–886  ·  view source on GitHub ↗
(integerCode, customErrorCode)

Source from the content-addressed store, hash-verified

881// When an error occurs internally at the binding level, immediately
882// destroy the session.
883function onSessionInternalError(integerCode, customErrorCode) {
884 if (this[kOwner] !== undefined)
885 this[kOwner].destroy(new NghttpError(integerCode, customErrorCode));
886}
887
888function settingsCallback(cb, ack, duration) {
889 this[kState].pendingAck--;

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…