Comparing version 4.1.0-beta7 to 4.1.0-beta8
@@ -232,7 +232,7 @@ 'use strict' | ||
hiiproxy.prototype.getBackend = function (c) { | ||
hiiproxy.prototype.getBackend = function (c, host) { | ||
let prlist = this.hostProxy[c.host][c.routepath] | ||
let prlist = this.hostProxy[host][c.routepath] | ||
let pxybalance = this.proxyBalance[c.host][c.routepath] | ||
let pxybalance = this.proxyBalance[host][c.routepath] | ||
@@ -311,3 +311,3 @@ let pr | ||
let pr = self.getBackend(c) | ||
let pr = self.getBackend(c, host) | ||
@@ -314,0 +314,0 @@ if (pr === null) { |
{ | ||
"name": "gohttp", | ||
"version": "4.1.0-beta7", | ||
"version": "4.1.0-beta8", | ||
"description": "http & https client for HTTP/1.1 and HTTP/2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
82146