()
| 284 | this.destroy(); |
| 285 | } |
| 286 | destroy() { |
| 287 | if (this.outgoing.state === 'open' || this.outgoing.state === 'eof') { |
| 288 | this.outgoing.state = 'closing'; |
| 289 | this._protocol.channelClose(this.outgoing.id); |
| 290 | } |
| 291 | } |
| 292 | _init() { |
| 293 | this._init = noop; |
| 294 | if (!this.server) |
no test coverage detected