mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 21:34:08 -04:00
A pair of tiny cleanups in the federation request code. (#8401)
This commit is contained in:
parent
4b3a1faa08
commit
450ec48445
3 changed files with 2 additions and 3 deletions
|
@ -473,8 +473,6 @@ class MatrixFederationHttpClient:
|
|||
)
|
||||
|
||||
response = await request_deferred
|
||||
except TimeoutError as e:
|
||||
raise RequestSendFailed(e, can_retry=True) from e
|
||||
except DNSLookupError as e:
|
||||
raise RequestSendFailed(e, can_retry=retry_on_dns_fail) from e
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue