Comparing version 4.1.0-beta6 to 4.1.0-beta7
@@ -95,3 +95,3 @@ 'use strict' | ||
hiiproxy.prototype.checkConfig = function (tmp) { | ||
hiiproxy.prototype.checkConfig = function (tmp, k) { | ||
@@ -165,3 +165,2 @@ if (typeof tmp !== 'object' || (tmp instanceof Array) ) { | ||
for (let k in cfg) { | ||
this.checkConfig(cfg, k) | ||
@@ -171,3 +170,3 @@ for (let i = 0; i < cfg[k].length; i++) { | ||
if (!this.checkConfig(tmp)) continue | ||
if (!this.checkConfig(tmp, k)) continue | ||
@@ -174,0 +173,0 @@ if (this.hostProxy[k] === undefined) { |
{ | ||
"name": "gohttp", | ||
"version": "4.1.0-beta6", | ||
"version": "4.1.0-beta7", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
82138
1850