@@ -62,7 +62,9 @@ express.application.io = function(options) {
         var split = route.split(':');
         this.router[split[0]][split[1]](next, res);
       }
+      return;
     }
+
     if (_.isFunction(next)) {
       this.router[route] = next;
     } else {