From e1f963292af25d15425883cee3b83ad521af7654 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 5 Sep 2007 22:50:57 +0000 Subject: [PATCH] remove incorrect assert --- libtorrent/src/web_peer_connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtorrent/src/web_peer_connection.cpp b/libtorrent/src/web_peer_connection.cpp index cddb35e42..a40c104b7 100755 --- a/libtorrent/src/web_peer_connection.cpp +++ b/libtorrent/src/web_peer_connection.cpp @@ -486,7 +486,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