download_strategies.go | 2 +- diff --git a/download_strategies.go b/download_strategies.go index 8973bcae642085c7e358217881ec870541dc125c..5317cbf9cbac6dd2bf9b3fbde859405ad73d6f6f 100644 --- a/download_strategies.go +++ b/download_strategies.go @@ -77,7 +77,7 @@ pieceIndex := pp.Integer(e.Value.(int)) piece := t.Pieces[pieceIndex] if !piece.EverHashed { pieces = append(pieces, int(pieceIndex)) - return + continue } for chunkSpec := range t.Pieces[pieceIndex].PendingChunkSpecs { r := request{pieceIndex, chunkSpec}