summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/http_request.h')
-rw-r--r--protocols/Steam/src/http_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/http_request.h b/protocols/Steam/src/http_request.h
index 321bad5e7e..f6fe0d10ab 100644
--- a/protocols/Steam/src/http_request.h
+++ b/protocols/Steam/src/http_request.h
@@ -353,6 +353,7 @@ public:
cbSize = sizeof(NETLIBHTTPREQUEST);
requestType = method;
flags = NLHRF_HTTP11 | NLHRF_SSL;
+ timeout = 3000;
Content = new HttpContent(this);
}
@@ -363,6 +364,7 @@ public:
cbSize = sizeof(NETLIBHTTPREQUEST);
requestType = method;
flags = NLHRF_HTTP11 | NLHRF_SSL;
+ timeout = 5;
va_list formatArgs;
va_start(formatArgs, urlFormat);