summary refs log tree commit diff
path: root/tests/rest/test_well_known.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-18 11:46:47 +0100
committerGitHub <noreply@github.com>2019-07-18 11:46:47 +0100
commitfa8271c5ac034bdffe080dd6b0591bef7aeadd81 (patch)
tree07833de4a0c2f7f2304bc45a43133a2a5b303367 /tests/rest/test_well_known.py
parentIgnore redactions of m.room.create events (#5701) (diff)
downloadsynapse-fa8271c5ac034bdffe080dd6b0591bef7aeadd81.tar.xz
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
Diffstat (limited to 'tests/rest/test_well_known.py')
0 files changed, 0 insertions, 0 deletions