Comparing version 0.0.6 to 0.0.7
@@ -0,1 +1,6 @@ | ||
### 0.0.7 | ||
* adding subscriberCount(poolName) to server | ||
* adding metadata to proxy (response times) | ||
### 0.0.6 | ||
@@ -2,0 +7,0 @@ |
@@ -56,4 +56,4 @@ /* | ||
var proxy = client.proxy('localhost', CLONE_PORT); | ||
proxy.on('response', function (code, body, headers) { | ||
console.log("Proxy: got response."); | ||
proxy.on('response', function (code, body, headers, meta) { | ||
console.log("Proxy: got response in " + meta.responseTime + 'ms'); | ||
console.log("--------------------------"); | ||
@@ -60,0 +60,0 @@ }); |
@@ -6,3 +6,3 @@ { | ||
"author": "Jeff Su, Chris Bleakley", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"licenses": [ { "type": "MIT" }], | ||
@@ -9,0 +9,0 @@ "engines": { "node": ">=0.4.0" }, |
@@ -52,2 +52,2 @@ require('mochiscript'); | ||
require('./no-connect')(helper); | ||
require('./subscriber-count')(helper); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
195
16274