From 8850c16e60d0dea8a6e057355e3045d896d6045f Mon Sep 17 00:00:00 2001 From: Uri Berman Date: Thu, 30 Aug 2018 09:37:43 -0500 Subject: [PATCH] Fixed a typo in require('https') --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 52b31e0..e556aab 100644 --- a/lib/index.js +++ b/lib/index.js @@ -93,7 +93,7 @@ var read_config = function(){ if (config.max_sockets) { require('http').globalAgent.maxSockets = config.max_sockets; - require('htts').globalAgent.maxSockets = config.max_sockets; + require('https').globalAgent.maxSockets = config.max_sockets; } // Process command line switches, if any. Command-line switches override the settings