Commit 3a0de35a authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed old comment.

parent d69faeec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ class SimpleRpcClient(ConnectionManager):

        if event & select.EPOLLHUP:
            logging.error('Socket HUP fd/%s', fd)
            self.shutdown()                                                      #TODO
            self.shutdown()

    def all_connections(self):
        return set((self._connection,))