()
| 4463 | } |
| 4464 | |
| 4465 | function close () { |
| 4466 | self.onClose('forced close'); |
| 4467 | debug('socket closing - telling transport to close'); |
| 4468 | self.transport.close(); |
| 4469 | } |
| 4470 | |
| 4471 | function cleanupAndClose () { |
| 4472 | self.removeListener('upgrade', cleanupAndClose); |
no test coverage detected