mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 01:16:21 +00:00
Add http_download tool
This commit is contained in:
@@ -176,7 +176,7 @@ http_file_put(void *userdata)
|
||||
if (asprintf(&msg, "Uploading '%s': 0%%", upload->filename) == -1) {
|
||||
msg = strdup(FALLBACK_MSG);
|
||||
}
|
||||
win_print_http_upload(upload->window, msg, upload->put_url);
|
||||
win_print_http_transfer(upload->window, msg, upload->put_url);
|
||||
free(msg);
|
||||
|
||||
char* cert_path = prefs_get_string(PREF_TLS_CERTPATH);
|
||||
|
||||
Reference in New Issue
Block a user