express-perf
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -15,3 +15,3 @@ var https = require('https') | ||
layer = this.stack[offset] | ||
if (layer && layer.regexp && !layer.regexp.fast_slash) { | ||
if (layer && layer.regexp && !layer.regexp.fast_slash && fn !== '*') { | ||
layer.__basePath = fn | ||
@@ -111,3 +111,3 @@ } | ||
cleanup() | ||
return | ||
return | ||
} | ||
@@ -114,0 +114,0 @@ |
{ | ||
"name": "express-perf", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "", | ||
@@ -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
40142