When proxying for a special remote, avoid unncessary hashing
authorJoey Hess <joeyh@joeyh.name>
Mon, 29 Jul 2024 15:18:03 +0000 (11:18 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 29 Jul 2024 15:18:03 +0000 (11:18 -0400)
commit0dc064a9ad6e1d6abbc84e71d8e7007d042b1f4d
tree922f72dad6737e4459eb8f58db94aa56be2f36f2
parent7402ae61d9cb0fc5b09ea05a9cad8ed7a886490b
When proxying for a special remote, avoid unncessary hashing

Like the comment says, the client will do its own verification. But it was
calling verifyKeyContentPostRetrieval, which was hashing the file.
Annex/Proxy.hs
CHANGELOG