]> Sergey Matveev's repositories - btrtrc.git/commit
Downloading a chunk may mean the piece isn't wanted anymore
authorMatt Joiner <anacrolix@gmail.com>
Fri, 17 Jul 2015 11:04:43 +0000 (21:04 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 17 Jul 2015 11:04:43 +0000 (21:04 +1000)
commit6c04000644bae763611edc68d80ff1c734aecd59
treee8c6c7fe4585a415580c33d5d624f6b142c1031b
parent4d3b6e5116eb627b636f069c0496bacccf41f08a
Downloading a chunk may mean the piece isn't wanted anymore

Hopefully this fixes a very rare logic error in replenishing connection requests for a piece that isn't wanted, yet is still in the connection piece request order.
client.go