mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 22:34:36 -05:00
96d4bf9012
Previously, this would only return the HTTP body as JSON, and discard other response information (e.g. the HTTP response code). This has now been changed to throw a CodeMessageException on a non-2xx response, with the response code and body, which can then be parsed as JSON. Affected modules include: - Registration/Login (when using an email for IS auth) |
||
---|---|---|
.. | ||
__init__.py | ||
agent_name.py | ||
client.py | ||
endpoint.py | ||
matrixfederationclient.py | ||
server_key_resource.py | ||
server.py | ||
servlet.py |