mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 03:16:30 -05: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