Skip to content

Commit

Permalink
C4HTTPClient: Don't call default progress func
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgen301 committed Sep 30, 2023
1 parent 3dc77ac commit 25e9916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C4HTTPClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ int C4HTTPClient::XferInfoFunction(void *const userData, const std::int64_t down
return 1;
}

return CURL_PROGRESSFUNC_CONTINUE;
return 0;
}

void C4HTTPClient::LockFunction(CURL *, const int data, const int access, void *const userData)
Expand Down

0 comments on commit 25e9916

Please sign in to comment.