torrent.go | 1 - diff --git a/torrent.go b/torrent.go index 5f7807c8c3f4d6226f11b53a3d871c06f2f41085..7671da4fbe7a66b00a542f6a174073c11c61a218 100644 --- a/torrent.go +++ b/torrent.go @@ -1005,7 +1005,6 @@ return itertools.ForPerm(len(chunkIndices), func(i int) bool { req := request{pp.Integer(piece), t.chunkIndexSpec(chunkIndices[i], piece)} return c.Request(req) }) - return true } func (t *torrent) pendRequest(req request) {