mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 01:05:57 -05:00
a334e1cace
The existing deferred timeout helper function (and the one into twisted) suffer from a bug when a deferred's canceller throws an exception, #3842. The new helper function doesn't suffer from this problem.