mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
HttpRequest: Add support for custom timeouts
This commit is contained in:
@ -17,7 +17,7 @@ namespace Common
|
||||
class HttpRequest final
|
||||
{
|
||||
public:
|
||||
HttpRequest();
|
||||
HttpRequest(int timeout_ms = 3000);
|
||||
~HttpRequest();
|
||||
bool IsValid() const;
|
||||
|
||||
|
Reference in New Issue
Block a user