MatrixSynapse/synapse
Richard van der Hoff fa8271c5ac
Convert synapse.federation.transport.server to async (#5689)
* Convert BaseFederationServlet._wrap to async

Empirically, this fixes some lost stacktraces. It should be safe because the
wrapped function is called from JsonResource._async_render, which is already
async.

* Convert the rest of synapse.federation.transport.server to async

We may as well do the whole file while we're here.

* changelog

* flake8
2019-07-18 11:46:47 +01:00
..
_scripts
api
app
appservice
config
crypto
events
federation Convert synapse.federation.transport.server to async (#5689) 2019-07-18 11:46:47 +01:00
groups
handlers
http
logging
metrics
module_api
push
replication
res/templates
rest
server_notices
state
static
storage
streams
util Fixes to the federation rate limiter (#5621) 2019-07-05 11:10:19 +01:00
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
server.pyi
types.py
visibility.py