]> 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, 16 Oct 2015 16:53:01 +0000 (17:53 +0100)
commit6336c1b2a024da219b7535cdc935ba6c2537b20a
tree7939aa20f2662b07027a75b12520b85f2c3d2be5
parentf5b907034e254a05b85c7865dab17172b259ccb9
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