]> 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, 10 Jul 2015 04:35:00 +0000 (05:35 +0100)
commitbf8efc6d7e77eff17545b2b46e9aa434375fcb10
tree4dd9c94f1e45dde378fbf9d815590cd52c8aa379
parent7075ff39a5444683e24875d669b7bdf2471f869f
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