MatrixSynapse/synapse/util
Richard van der Hoff f40c2db05a Stop preserve_fn leaking context into the reactor
Fix a bug in ``logcontext.preserve_fn`` which made it leak context into the
reactor, and add a test for it.

Also, get rid of ``logcontext.reset_context_after_deferred``, which tried to do
the same thing but had its own, different, set of bugs.
2017-03-18 00:07:43 +00:00
..
caches Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
__init__.py
async.py
distributor.py
frozenutils.py
httpresourcetree.py
jsonobject.py
logcontext.py Stop preserve_fn leaking context into the reactor 2017-03-18 00:07:43 +00:00
logutils.py
manhole.py
metrics.py
msisdn.py Support registration / login with phone number 2017-03-13 17:27:51 +00:00
ratelimitutils.py
retryutils.py Correctly raise exceptions for ratelimitng. Ratelimit on 401 2017-02-01 15:42:19 +00:00
rlimit.py
stringutils.py
versionstring.py
wheel_timer.py