Comparing version 0.4.4 to 0.4.5
@@ -134,2 +134,3 @@ module.exports = function (inherits, EventEmitter, Endpoint, RequestSet) { | ||
options.success = !err | ||
options.reused = (res.socket._requestCount || 1) > 1 | ||
self.emit('timing', Date.now() - started, options) | ||
@@ -136,0 +137,0 @@ callback(err, res, body) |
{ | ||
"name": "poolee", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"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
49812
1414