MatrixSynapse/synapse/http
Richard van der Hoff a380f041c2 try not to drop context after federation requests
preserve_context_over_fn uses a ContextPreservingDeferred, which only restores
context for the duration of its callbacks, which isn't really correct, and
means that subsequent operations in the same request can end up without their
logcontexts.
2017-03-23 22:36:21 +00:00
..
__init__.py
client.py
endpoint.py
matrixfederationclient.py try not to drop context after federation requests 2017-03-23 22:36:21 +00:00
server.py
servlet.py
site.py