()
| 8875 | } |
| 8876 | __name(onUpgradeStreamError, "onUpgradeStreamError"); |
| 8877 | function onUpgradeStreamEnd() { |
| 8878 | failUpgradeStream(this[kRequestStreamState], new InformationalError("HTTP/2: stream half-closed (remote)")); |
| 8879 | } |
| 8880 | __name(onUpgradeStreamEnd, "onUpgradeStreamEnd"); |
| 8881 | function onUpgradeStreamTimeout() { |
| 8882 | const state = this[kRequestStreamState]; |
nothing calls this directly
no test coverage detected