This commit is contained in:
Erik Johnston 2016-12-29 00:09:33 +00:00
parent 5b6672c66d
commit b7336ff32d
2 changed files with 4 additions and 7 deletions

View file

@ -61,11 +61,6 @@ MAX_LONG_RETRIES = 10
MAX_SHORT_RETRIES = 3
def test(conn):
conn.loseConnection()
return conn
class MatrixFederationEndpointFactory(object):
def __init__(self, hs):
self.tls_server_context_factory = hs.tls_server_context_factory