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

Function onHttp2SessionEnd

out/cli.cjs:54043–54046  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54041 }
54042 function onHttp2FrameError(type2, code, id) {
54043 const err = new InformationalError(`HTTP/2: "frameError" received - type ${type2}, code ${code}`);
54044 if (id === 0) {
54045 this[kSocket][kError] = err;
54046 onError(this[kClient], err);
54047 }
54048 }
54049 function onHttp2SessionEnd() {

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…