diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2017-09-28 15:24:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 15:24:00 +0100 |
commit | 75e67b9ee4526bc8e5ffd9251ad0370604db13cb (patch) | |
tree | 903a854324d6f6cf176903a22cd63d7b80723b34 | |
parent | Up the limits on number of url cache entries to delete at one time (diff) | |
download | synapse-75e67b9ee4526bc8e5ffd9251ad0370604db13cb.tar.xz |
Handle SERVFAILs when doing AAAA lookups for federation (#2477)
... to cope with people with broken dnssec setups, mostly
-rw-r--r-- | synapse/http/endpoint.py | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/synapse/http/endpoint.py b/synapse/http/endpoint.py |