Skip to content
Snippets Groups Projects
Unverified Commit fa8271c5 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

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
parent 9c70a02a
No related branches found
No related tags found
No related merge requests found
Convert `synapse.federation.transport.server` to `async`. Might improve some stack traces.
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment