code: изменённый код

master
KuzmenkoEA 11 месяцев назад
Родитель 30163e2bec
Сommit 99a2290287

@ -51,6 +51,7 @@ Input download(const string& address)
curl_easy_setopt(curl, CURLOPT_URL, address.c_str());
curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_data);
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &buffer);
curl_easy_setopt(curl, CURLOPT_VERBOSE, true);
res = curl_easy_perform(curl);
if (res != CURLE_OK)
{

Загрузка…
Отмена
Сохранить