connection.go | 1 + diff --git a/connection.go b/connection.go index 575917bcd7a7e04c9e5458352118e4b84457d187..39fc46cbbf8e59eda974df978b6d9a9eb1c521c8 100644 --- a/connection.go +++ b/connection.go @@ -528,6 +528,7 @@ } func (cn *connection) stopRequestingPiece(piece int) { cn.pieceRequestOrder.Remove(piece) + cn.updateRequests() } // This is distinct from Torrent piece priority, which is the user's