MatrixSynapse/synapse/federation
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
..
sender remove dead transaction persist code (#5622) 2019-07-05 12:59:42 +01:00
transport Convert synapse.federation.transport.server to async (#5689) 2019-07-18 11:46:47 +01:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
federation_client.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
federation_server.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
persistence.py remove dead transaction persist code (#5622) 2019-07-05 12:59:42 +01:00
send_queue.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
units.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00