MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / onHttp2FrameError

Function onHttp2FrameError

out/cli.cjs:54036–54042  ·  view source on GitHub ↗
(type2, code, id)

Source from the content-addressed store, hash-verified

54034 });
54035 }
54036 };
54037 function onHttp2SessionError(err) {
54038 assert2(err.code !== "ERR_TLS_CERT_ALTNAME_INVALID");
54039 this[kSocket][kError] = err;
54040 onError(this[kClient], err);
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;

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…