mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-21 09:38:44 +00:00
remove incorrect assert
This commit is contained in:
parent
8c1dabee94
commit
e1f963292a
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ namespace libtorrent
|
||||||
// skip the http header and the blocks we've already read. The
|
// skip the http header and the blocks we've already read. The
|
||||||
// http_body.begin is now in sync with the request at the front
|
// http_body.begin is now in sync with the request at the front
|
||||||
// of the request queue
|
// of the request queue
|
||||||
assert(in_range.start - int(m_piece.size()) <= front_request.start);
|
// assert(in_range.start - int(m_piece.size()) <= front_request.start);
|
||||||
|
|
||||||
// the http response body consists of 3 parts
|
// the http response body consists of 3 parts
|
||||||
// 1. the middle of a block or the ending of a block
|
// 1. the middle of a block or the ending of a block
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue