(self, error)
| 462 | pass |
| 463 | |
| 464 | def dropWithError(self, error): |
| 465 | print(getMessage("client-drop-server-error").format(self.transport.getPeer().host, error)) |
| 466 | self.sendError(error) |
| 467 | self.drop() |
| 468 | |
| 469 | def connectionLost(self, reason): |
| 470 | self._factory.removeWatcher(self._watcher) |
no test coverage detected