]> Sergey Matveev's repositories - btrtrc.git/commit
Fix failure to request data from peers if it goes missing after being downloaded...
authorMatt Joiner <anacrolix@gmail.com>
Sun, 21 Feb 2016 16:23:49 +0000 (03:23 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 21 Feb 2016 16:23:49 +0000 (03:23 +1100)
commitc371502cb3e1da2d4c1c76a1446725e411e5c788
treee684f27ea3cf6e29e4082ef7ec2a9610e9fe517b
parentfd37f5c24b6503dc210b1045f7fa370549795a41
Fix failure to request data from peers if it goes missing after being downloaded during the same session

The chunks remained marked dirty, even after the piece was marked complete. So when the piece was not complete, there was nothing to do.
client.go