mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Don't convert DNSLookupError to a 4xx SynapseError
This commit is contained in:
parent
cedad8fbd6
commit
7e9d59f3b4
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class MatrixFederationHttpClient(object):
|
||||||
destination,
|
destination,
|
||||||
e
|
e
|
||||||
)
|
)
|
||||||
raise SynapseError(400, "Domain specified not found.")
|
raise
|
||||||
|
|
||||||
logger.warn(
|
logger.warn(
|
||||||
"Sending request failed to %s: %s %s: %s - %s",
|
"Sending request failed to %s: %s %s: %s - %s",
|
||||||
|
|
Loading…
Reference in a new issue