MatrixSynapse/synapse/http
Patrick Cloke aee8e6a95d
Reduce scope of exception handler. (#9106)
Removes a bare `except Exception` clause and replaces it with
catching a specific exception around the portion that might throw.
2021-01-13 13:27:49 -05:00
..
federation Add a maximum size for well-known lookups. (#8950) 2020-12-16 17:25:24 -05:00
__init__.py Remove SynapseRequest.get_user_agent (#9069) 2021-01-12 12:34:16 +00:00
additional_resource.py
client.py Reduce scope of exception handler. (#9106) 2021-01-13 13:27:49 -05:00
connectproxyclient.py
endpoint.py
matrixfederationclient.py Handle bad JSON data being returned from the federation API. (#9070) 2021-01-12 11:07:01 -05:00
proxyagent.py Don't apply the IP range blacklist to proxy connections (#9084) 2021-01-12 12:20:30 -05:00
request_metrics.py
server.py
servlet.py
site.py Remove SynapseRequest.get_user_agent (#9069) 2021-01-12 12:34:16 +00:00