- Prevent torrent shutdown when changing file priority to skip

This commit is contained in:
zzz
2012-05-22 18:18:30 +00:00
parent 20567ae75e
commit 10872f751e
2 changed files with 13 additions and 3 deletions

View File

@@ -308,6 +308,7 @@ class PeerState implements DataLoader
+ peer);
// Last chunk needed for this piece?
// FIXME if priority changed to skip, we will think we're done when we aren't
if (getFirstOutstandingRequest(req.getPiece()) == -1)
{
// warning - may block here for a while