Fix so timing out connections to actually work.

This commit is contained in:
Erik Johnston 2015-02-11 16:48:05 +00:00
parent 41a9a76a99
commit ef276e8770
2 changed files with 45 additions and 9 deletions

View file

@ -72,5 +72,7 @@ class ReplicationLayer(FederationClient, FederationServer):
self._order = 0
self.hs = hs
def __str__(self):
return "<ReplicationLayer(%s)>" % self.server_name