Retry 5xx errors in federation client (#9567)

Fixes #8915
This commit is contained in:
Erik Johnston 2021-03-09 13:15:12 +00:00 committed by GitHub
parent 7fdc6cefb3
commit 9cd18cc588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

1
changelog.d/9567.bugfix Normal file
View file

@ -0,0 +1 @@
Fix bug where federation requests were not correctly retried on 5xx responses.