fix possible streaming issue when re-checking
This commit is contained in:
parent
46f585e928
commit
bbb0461bf1
|
@ -1779,7 +1779,7 @@ namespace libtorrent
|
|||
if (j.offset >= 0 && !m_picker->have_piece(j.offset))
|
||||
we_have(j.offset);
|
||||
|
||||
remove_time_critical_piece(j.piece);
|
||||
remove_time_critical_piece(j.offset);
|
||||
|
||||
// we're not done checking yet
|
||||
// this handler will be called repeatedly until
|
||||
|
|
Loading…
Reference in New Issue