mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
HttpRequest: Add support for custom timeouts
This commit is contained in:
parent
ba3f16edbf
commit
0d58a0bfe2
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ namespace Common
|
|||
class HttpRequest final
|
||||
{
|
||||
public:
|
||||
HttpRequest();
|
||||
HttpRequest(int timeout_ms = 3000);
|
||||
~HttpRequest();
|
||||
bool IsValid() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue