(type2, code, id)
| 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; |
nothing calls this directly
no test coverage detected
searching dependent graphs…