We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9432c65 commit 5bdab54Copy full SHA for 5bdab54
1 file changed
src/DownloadClient.cpp
@@ -692,11 +692,6 @@ void CUpDownClient::SendBlockRequests()
692
m_PendingBlocks_list.push_back(pblock);
693
}
694
} else {
695
- // Original code assumed this could never happen:
696
- // // WTF, we just freed blocks.
697
- // wxFAIL_MSG("No free blocks to request after freeing some blocks");
698
- // return;
699
-
700
// It's possible the freed blocks were not available on our source.
701
// Just drop ourselves gracefully instead of crashing.
702
if (!GetSentCancelTransfer()) {
0 commit comments