diff options
author | Erik Johnston <erik@matrix.org> | 2019-08-27 16:54:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 16:54:06 +0100 |
commit | dfd10f5133e1f748e69b4ea167e13dcc7da6f0e7 (patch) | |
tree | 6edba487c5fd281a9ce99f4b8e291388a20bd7fc /changelog.d | |
parent | Allow schema deltas to be engine-specific (#5911) (diff) | |
parent | Fix off by one error in SRV result shuffling (diff) | |
download | synapse-dfd10f5133e1f748e69b4ea167e13dcc7da6f0e7.tar.xz |
Merge pull request #5864 from matrix-org/erikj/reliable_lookups
Refactor MatrixFederationAgent to retry SRV.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5864.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5864.feature b/changelog.d/5864.feature new file mode 100644 index 0000000000..40ac11db64 --- /dev/null +++ b/changelog.d/5864.feature @@ -0,0 +1 @@ +Correctly retry all hosts returned from SRV when we fail to connect. |