()
| 198 | } |
| 199 | |
| 200 | eof() { |
| 201 | if (this.outgoing.state === 'open') { |
| 202 | this.outgoing.state = 'eof'; |
| 203 | this._client._protocol.channelEOF(this.outgoing.id); |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | close() { |
| 208 | if (this.outgoing.state === 'open' || this.outgoing.state === 'eof') { |