summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-09 13:15:12 +0000
committerGitHub <noreply@github.com>2021-03-09 13:15:12 +0000
commit9cd18cc5886a5f44625c1c4730f146ec189b833e (patch)
tree64727878a2001a5f9ed045e1f66da1276fbc020c /changelog.d
parentFix additional type hints. (#9543) (diff)
downloadsynapse-9cd18cc5886a5f44625c1c4730f146ec189b833e.tar.xz
Retry 5xx errors in federation client (#9567)
Fixes #8915
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9567.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9567.bugfix b/changelog.d/9567.bugfix
new file mode 100644
index 0000000000..e7322c2b5e
--- /dev/null
+++ b/changelog.d/9567.bugfix
@@ -0,0 +1 @@
+Fix bug where federation requests were not correctly retried on 5xx responses.