()
| 8776 | } |
| 8777 | __name(closeStreamSession, "closeStreamSession"); |
| 8778 | function onUpgradeStreamClose() { |
| 8779 | this.off("error", noop); |
| 8780 | const state = this[kRequestStreamState]; |
| 8781 | this[kRequestStreamState] = null; |
| 8782 | failUpgradeStream(state, new InformationalError("HTTP/2: stream closed before response headers")); |
| 8783 | closeStreamSession(this); |
| 8784 | } |
| 8785 | __name(onUpgradeStreamClose, "onUpgradeStreamClose"); |
| 8786 | function onRequestStreamClose() { |
| 8787 | const state = this[kRequestStreamState]; |
nothing calls this directly
no test coverage detected