fix
This commit is contained in:
parent
56e27e3184
commit
7c2a245944
@ -65,8 +65,7 @@ auto http_put_file::set_method(CURL *curl, stop_type &stop_requested) const
|
||||
curl_easy_setopt(curl, CURLOPT_READDATA, read_info.get());
|
||||
curl_easy_setopt(curl, CURLOPT_READFUNCTION, read_file_data);
|
||||
curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, file_size);
|
||||
}
|
||||
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
} // namespace repertory::curl::requests
|
||||
|
Loading…
x
Reference in New Issue
Block a user