]> 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)
commit456667eb577b475b685213109e62c4a64f1370f1
treeaa494a8690ba560d74772c042240af9dcc974502
parentde0fa15b5316451a68cf883c0c65cec4f0049045
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