Skip to content

Commit

Permalink
random: some mighty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Jan 11, 2024
1 parent 899fb9d commit 90cec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tdme/network/httpclient/HTTPDownloadClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ void HTTPDownloadClient::start() {
socket->shutdown();

//
downloadClient->finished = true;
downloadClient->progress = 1.0f;
downloadClient->finished = true;
} catch (Exception& exception) {
if (socket != nullptr) socket->shutdown();
downloadClient->finished = true;
Expand Down

0 comments on commit 90cec5e

Please sign in to comment.