mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 17:02:24 -07:00
Merge pull request #4857 from liushuyu/master
web_service: follow-up fix to #4842
This commit is contained in:
@@ -71,11 +71,6 @@ struct Client::Impl {
|
||||
return {};
|
||||
}
|
||||
|
||||
if (!cli->is_socket_open()) {
|
||||
LOG_ERROR(WebService, "Failed to open socket, skipping request!");
|
||||
return {};
|
||||
}
|
||||
|
||||
cli->set_connection_timeout(TIMEOUT_SECONDS);
|
||||
cli->set_read_timeout(TIMEOUT_SECONDS);
|
||||
cli->set_write_timeout(TIMEOUT_SECONDS);
|
||||
|
Reference in New Issue
Block a user