]> 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>
Wed, 9 Apr 2014 00:33:56 +0000 (01:33 +0100)
commitdb68ab19d791b96fba16ac26c13b214c7e4766e9
treee34d1835381a55e11289accf1101f9c08140be9c
parent5d774342afc889b84893c67d441d87c59ae88df4
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