()
| 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() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…