MCPcopy
hub / github.com/di-sukharev/opencommit / onHttp2SessionError

Function onHttp2SessionError

out/cli.cjs:54031–54035  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

54029 queueMicrotask(callback);
54030 } else {
54031 util4.destroy(this[kSocket].on("close", callback), err);
54032 }
54033 resume2(this);
54034 });
54035 }
54036 };
54037 function onHttp2SessionError(err) {
54038 assert2(err.code !== "ERR_TLS_CERT_ALTNAME_INVALID");

Callers

nothing calls this directly

Calls 1

onErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…