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 Run Black. (#5482) 2019-06-20 19:32:02 +10:00
additional_resource.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
client.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
endpoint.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
matrixfederationclient.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
request_metrics.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
server.py Fix servlet metric names (#5734) 2019-07-24 13:07:35 +01:00
servlet.py Handle incorrectly encoded query params correctly 2019-08-01 13:23:00 +01:00
site.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00