]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Some improvements and bug fixes.
authorItamar Turner-Trauring <itamar@blake.(none)>
Fri, 19 Apr 2013 18:12:11 +0000 (14:12 -0400)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 21:31:39 +0000 (22:31 +0100)
commita1083886df0aac8d86382e6081c2e4db19d2c81a
treeaa494a8690ba560d74772c042240af9dcc974502
parentba16691a2f00727d59b4d1e9e108cb7c7dd3ac34
Some improvements and bug fixes.

1. Discard body even if response code indicates a problem, when doing cloud backend HTTP requests. I believe this was triggering a bug in Twistd.
2. Google backend retries on 403 and other 4xx codes, not just 401.
3. More logging.
src/allmydata/storage/backends/cloud/cloud_common.py
src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py
src/allmydata/test/test_storage.py