MatrixSynapse/synapse/http
Mark Haines 949c2c5435 Add a timeout parameter for end2end key queries.
Add a timeout parameter for controlling how long synapse will wait
for responses from remote servers. For servers that fail include how
they failed to make it easier to debug.

Fetch keys from different servers in parallel rather than in series.

Set the default timeout to 10s.
2016-09-12 18:17:09 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
client.py Work around TLS bug in twisted 2016-06-15 10:39:08 +01:00
endpoint.py add a url_preview_ip_range_whitelist config param so we can whitelist the matrix.org IP space 2016-05-01 12:44:24 +01:00
matrixfederationclient.py Add a timeout parameter for end2end key queries. 2016-09-12 18:17:09 +01:00
server.py Add exception logging. Fix typo 2016-08-22 10:49:31 +01:00
servlet.py Use google style doc strings. 2016-04-01 16:12:07 +01:00
site.py Move SynapseSite to its own file 2016-04-22 16:09:55 +01:00