...
Этот коммит содержится в:
@@ -69,9 +69,6 @@ download(const string& address) {
|
||||
if(!res) {
|
||||
curl_off_t ul;
|
||||
res = curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD_T, &ul);
|
||||
if(!res) {
|
||||
cerr<<"Uploaded bytes" << ul << endl;
|
||||
}
|
||||
}
|
||||
|
||||
if (res != 0){
|
||||
|
||||
Ссылка в новой задаче
Block a user