diff --git a/Annex/Proxy.hs b/Annex/Proxy.hs index 6a5a0bf421..aac082f03a 100644 --- a/Annex/Proxy.hs +++ b/Annex/Proxy.hs @@ -210,7 +210,6 @@ proxySpecialRemote protoversion r ihdl ohdl owaitv oclosedv = go storetofile _ _ n [] = pure n storetofile iv h n (b:bs) = do writeVerifyChunk iv h b - B.hPut h b storetofile iv h (n - fromIntegral (B.length b)) bs proxyget offset af k = withproxytmpfile k $ \tmpfile -> do diff --git a/CHANGELOG b/CHANGELOG index 8ac4edcbc9..80138b8b79 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,9 @@ git-annex (10.20240732) UNRELEASED; urgency=medium - * Avoid loading cluster log at startup. * Remove debug output (to stderr) accidentially included in last version. + * When proxying an upload to a special remote, verify the hash. + * Avoid loading cluster log at startup. -- Joey Hess Wed, 31 Jul 2024 15:52:03 -0400