mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Allow passing in a custom resolver to HTTPRequest and Connection. This inverts the bad dependency.
This commit is contained in:
@@ -106,7 +106,7 @@ std::string RemoteSubdir() {
|
||||
}
|
||||
|
||||
bool RemoteISOConnectScreen::FindServer(std::string &resultHost, int &resultPort) {
|
||||
http::Client http;
|
||||
http::Client http(nullptr);
|
||||
Buffer result;
|
||||
int code = 500;
|
||||
bool hadTimeouts = false;
|
||||
|
||||
Reference in New Issue
Block a user