diff --git a/index.js b/index.js index 9077823..e111cdf 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,7 @@ function SteamCommunity(options) { defaults.localAddress = options.localAddress; } - this.request = options.request || Request.defaults(); + this.request = options.request || Request.defaults({"forever": true}); // "forever" indicates that we want a keep-alive agent this.request = this.request.defaults(defaults); // English