summary refs log tree commit diff
path: root/synctl
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-03-22 13:54:20 +0000
committerRichard van der Hoff <richard@matrix.org>2017-03-22 15:11:30 +0000
commit95f21c7a66b256e9e5330edd0f35a83b177c84a8 (patch)
tree5e41a1c3480df8418542e067e0bd091f3b14fbaa /synctl
parentMerge pull request #2033 from matrix-org/erikj/repl_speed (diff)
downloadsynapse-95f21c7a66b256e9e5330edd0f35a83b177c84a8.tar.xz
Fix caching of remote servers' signature keys
The `@cached` decorator on `KeyStore._get_server_verify_key` was missing
its `num_args` parameter, which meant that it was returning the wrong key for
any server which had more than one recorded key.

By way of a fix, change the default for `num_args` to be *all* arguments. To
implement that, factor out a common base class for `CacheDescriptor` and `CacheListDescriptor`.
Diffstat (limited to 'synctl')
0 files changed, 0 insertions, 0 deletions