about summary refs log tree commit diff
path: root/dispatcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'dispatcher.go')
-rw-r--r--dispatcher.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dispatcher.go b/dispatcher.go
index 54c607d..e5c8e13 100644
--- a/dispatcher.go
+++ b/dispatcher.go
@@ -60,6 +60,7 @@ func (self *Dispatcher) Match(request *http.Request) (*Match, error) {
 	} else {
 		return self.disambiguateMatches(request.URL.Path, matches)
 	}
+	return nil, nil
 }
 
 func (self *Dispatcher) disambiguateMatches(path string, matches []*Match) (*Match, error) {