]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
upload: fix #758 recursion-loop in peer-selection when servers report errors.
authorBrian Warner <warner@lothar.com>
Thu, 16 Jul 2009 23:01:20 +0000 (18:01 -0500)
committerBrian Warner <warner@lothar.com>
Fri, 17 Jul 2009 05:07:09 +0000 (00:07 -0500)
commit1192b61dfed62a49135f0655853c35733d9e3dc4
tree8fceb06fc67ad7180db1558fd33586dbacfd145d
parent244fee10f7bcba23bfc5d7d9e2423b975e877476
upload: fix #758 recursion-loop in peer-selection when servers report errors.
The bug was in the code that handles a third-or-later pass, and was
previously untested.
src/allmydata/immutable/upload.py
src/allmydata/test/test_upload.py