mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
abdefb8a01
If the verify_request.deferred has already completed, then `remove_deferreds` will be called immediately. It therefore might resolve the server_to_deferred deferred while there are still other requests for that server in flight. To avoid that, we should build the complete list of requests, and *then* add the callbacks. |
||
---|---|---|
.. | ||
__init__.py | ||
context_factory.py | ||
event_signing.py | ||
keyclient.py | ||
keyring.py |