diff options
author | Jeroen <vo.jeroen@gmail.com> | 2018-06-25 12:31:16 +0200 |
---|---|---|
committer | Jeroen <vo.jeroen@gmail.com> | 2018-06-25 12:31:16 +0200 |
commit | 07b4f88de9ee534629db29aa4fc398607e7d866e (patch) | |
tree | d59cfabe4decd1c260fb6864f6fc897bad6aceda /synapse/http/endpoint.py | |
parent | send SNI for federation requests (diff) | |
download | synapse-07b4f88de9ee534629db29aa4fc398607e7d866e.tar.xz |
formatting changes for pep8
Diffstat (limited to 'synapse/http/endpoint.py')
-rw-r--r-- | synapse/http/endpoint.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/http/endpoint.py b/synapse/http/endpoint.py index e783f95719..abf4862084 100644 --- a/synapse/http/endpoint.py +++ b/synapse/http/endpoint.py @@ -44,7 +44,8 @@ def matrix_federation_endpoint(reactor, destination, tls_client_options_factory= Args: reactor: Twisted reactor. destination (bytes): The name of the server to connect to. - tls_client_options_factory (synapse.crypto.context_factory.ClientTLSOptionsFactory): + tls_client_options_factory + (synapse.crypto.context_factory.ClientTLSOptionsFactory): Factory which generates TLS options for client connections. timeout (int): connection timeout in seconds """ |