remove invalid assert

This commit is contained in:
arvidn 2017-12-24 11:27:52 +01:00
parent d93869ff3b
commit 3971897c14
1 changed files with 0 additions and 2 deletions

View File

@ -386,8 +386,6 @@ restart_response:
if (chunk_size == 0)
{
m_finished = true;
TORRENT_ASSERT(m_content_length < 0 || m_recv_pos - m_body_start_pos
- m_chunk_header_size == m_content_length);
}
header_size -= m_partial_chunk_header;
m_partial_chunk_header = 0;