Get basic Naett requests to work (the store works in https mode)

This commit is contained in:
Henrik Rydgård
2023-07-21 10:28:17 +02:00
parent 010c58231b
commit fbd980bee6
12 changed files with 202 additions and 17 deletions
+1 -2
View File
@@ -542,10 +542,9 @@ std::string HTTPDownload::RedirectLocation(const std::string &baseUrl) {
}
void HTTPDownload::Do() {
SetCurrentThreadName("Downloader::Do");
SetCurrentThreadName("HTTPDownload::Do");
AndroidJNIThreadContext jniContext;
resultCode_ = 0;
std::string downloadURL = url_;