Don't convert DNSLookupError to a 4xx SynapseError

pull/4/merge
Erik Johnston 10 years ago
parent cedad8fbd6
commit 7e9d59f3b4
  1. 2
      synapse/http/matrixfederationclient.py

@ -144,7 +144,7 @@ class MatrixFederationHttpClient(object):
destination,
e
)
raise SynapseError(400, "Domain specified not found.")
raise
logger.warn(
"Sending request failed to %s: %s %s: %s - %s",

Loading…
Cancel
Save