summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-08-27 16:54:06 +0100
committerGitHub <noreply@github.com>2019-08-27 16:54:06 +0100
commitdfd10f5133e1f748e69b4ea167e13dcc7da6f0e7 (patch)
tree6edba487c5fd281a9ce99f4b8e291388a20bd7fc /changelog.d
parentAllow schema deltas to be engine-specific (#5911) (diff)
parentFix off by one error in SRV result shuffling (diff)
downloadsynapse-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.feature1
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.