express-perf
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -108,2 +108,7 @@ var https = require('https') | ||
function finish () { | ||
if (!req.__baseRoute) { | ||
cleanup() | ||
return | ||
} | ||
var uri = (req.__baseRoute + req.__layerPath).replace(/:([^\/]*)/ig, '*') | ||
@@ -110,0 +115,0 @@ if (uri[uri.length - 1] === "/") { |
{ | ||
"name": "express-perf", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
40129
122