Merge remote-tracking branch 'origin/release/v7.0.0' into develop

This commit is contained in:
Oleg Korshul
2021-10-19 21:06:11 +03:00
71 changed files with 2751 additions and 864 deletions

View File

@ -41,6 +41,4 @@ core_android {
SOURCES += $$PWD/src/FileTransporter_curl.cpp
!use_external_transport:include($$PWD/../../3dParty/curl/curl.pri)
DEFINES += NOT_USE_PTHREAD_CANCEL
}

View File

@ -95,7 +95,7 @@ namespace NSNetwork
CURL *curl;
int fp;
CURLcode res;
std::string sUrl = U_TO_UTF8(m_sFileUrl);
std::string sUrl = U_TO_UTF8(m_sDownloadFileUrl);
std::string sOut;
const char *url = sUrl.c_str();
curl = curl_easy_init();