Merge branch 'master' into exportreeplus

This commit is contained in:
Joey Hess 2024-08-06 14:46:33 -04:00
commit c53f61e93f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 69 additions and 2 deletions

View file

@ -212,7 +212,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