()
| 751 | } |
| 752 | |
| 753 | function close() { |
| 754 | self.onClose('forced close'); |
| 755 | debug('socket closing - telling transport to close'); |
| 756 | self.transport.close(); |
| 757 | } |
| 758 | |
| 759 | function cleanupAndClose() { |
| 760 | self.removeListener('upgrade', cleanupAndClose); |
no test coverage detected