]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
remove unnecessary request from upload-helper
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Nov 2012 20:44:32 +0000 (13:44 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Nov 2012 20:44:32 +0000 (13:44 -0700)
commitabcde9645c3532c15bfdbe8459ca9cecf800979b
tree2a4894f3fab2a168bd9a222137b6ab9271e9e3b3
parent06a8b1ea84fd67c019ef91c28c18ddcc9ea2ecb8
remove unnecessary request from upload-helper

The unnecessary request was from the upload helper to the sender, and it was
there in order to trigger the sender to deliver cleartext hashes. But we've
long since removed cleartext hashes.

Unit tests pass both before and after this change, and code-coverage shows that
the block I changed is exercised in unit tests.
src/allmydata/immutable/offloaded.py