fix file corruption when proxying an upload to a special remote
authorJoey Hess <joeyh@joeyh.name>
Tue, 6 Aug 2024 18:38:45 +0000 (14:38 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 6 Aug 2024 18:41:19 +0000 (14:41 -0400)
commit3cc03b4c96006dd41a33407cc423c014d2ebc08b
treefc18e8be6b96ce06ea5189d58ad42e9ad3d50059
parent34c10d082dc9f47b78c6898c4a0dd889ef40ceee
fix file corruption when proxying an upload to a special remote

The file corruption consists of each chunk of the file being duplicated.
Since chunks are typically a fixed size, it would certianly be possible
to get from a corrupted file back to the original file. But this is still
bad data loss.

Reversion was in commit fcc052bed81dac5a7664b815e3a3cf1ffb1b1659.
Luckily that did not make the most recent release.
Annex/Proxy.hs
CHANGELOG