Comparing version 0.4.2 to 0.4.3
@@ -119,6 +119,7 @@ var Stream = require('stream') | ||
this.failures = 0 | ||
this.filtered = 0 | ||
} | ||
Endpoint.prototype.setPending = function () { | ||
this.pending = this.requestCount - (this.successes + this.failures) | ||
this.pending = this.requestCount - (this.successes + this.failures + this.filtered) | ||
if (this.requestCount === MAX_COUNT) { | ||
@@ -125,0 +126,0 @@ this.resetCounters() |
{ | ||
"name": "poolee", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "HTTP pool and load balancer", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/dannycoates/poolee", |
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
48001
1356