infinity-agent
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -19,5 +19,3 @@ 'use strict'; | ||
var proto = options.protocol === 'https:' ? https : http; | ||
if (proto === http) { | ||
if (options.protocol === 'http:') { | ||
return agent.httpAgent; | ||
@@ -24,0 +22,0 @@ } |
{ | ||
"name": "infinity-agent", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Creates HTTP/HTTPS Agent with Infinity maxSockets", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2957
31