MatrixSynapse/synapse/http
Erik Johnston f299c5414c Refactor MatrixFederationAgent to retry SRV.
This refactors MatrixFederationAgent to move the SRV lookup into the
endpoint code, this has two benefits:
	1. Its easier to retry different host/ports in the same way as
	   HostnameEndpoint.
	2. We avoid SRV lookups if we have a free connection in the pool
2019-08-15 15:43:22 +01:00
..
federation Refactor MatrixFederationAgent to retry SRV. 2019-08-15 15:43:22 +01:00
__init__.py
additional_resource.py
client.py
endpoint.py
matrixfederationclient.py
request_metrics.py
server.py
servlet.py
site.py