()
| 5906 | write() {} |
| 5907 | |
| 5908 | end() { |
| 5909 | this.emit('socket', socket); |
| 5910 | |
| 5911 | setImmediate(() => { |
| 5912 | socket.emit('error', Object.assign(new Error('write EPIPE'), { code: 'EPIPE' })); |
| 5913 | }); |
| 5914 | } |
| 5915 | |
| 5916 | destroy(err) { |
| 5917 | if (this.destroyed) { |
no test coverage detected