mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-10 09:39:17 -04:00

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.