diff --git a/index.js b/index.js index 362bccd..1fdb170 100644 --- a/index.js +++ b/index.js @@ -272,7 +272,6 @@ Router.prototype.handle = function handle(req, res, callback) { // don't even bother matching route if (!has_method && method !== 'HEAD') { match = false - continue } }