removed incorrect assert

This commit is contained in:
Arvid Norberg 2007-09-05 22:43:07 +00:00
parent 24b57d62c8
commit 4c8411d904
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ namespace libtorrent
// 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
// 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
// 1. the middle of a block or the ending of a block