merged web seeding fix from RC_0_16
This commit is contained in:
@@ -737,7 +737,7 @@ namespace libtorrent
|
|||||||
// 3. the start of a block
|
// 3. the start of a block
|
||||||
// in that order, these parts are parsed.
|
// in that order, these parts are parsed.
|
||||||
|
|
||||||
bool range_overlaps_request = re > fs + int(m_piece.size());
|
bool range_overlaps_request = re >= fs + int(m_piece.size());
|
||||||
|
|
||||||
if (!range_overlaps_request)
|
if (!range_overlaps_request)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user