stop riding the short bus, no clue why this stuff is here. only adds confusion, removing (#1)

server exposes Router field
This commit is contained in:
Reed Allman
2017-07-30 16:31:31 -07:00
committed by Travis Reeder
parent 85f7a53cc0
commit 53cbe2d5a4
5 changed files with 5 additions and 120 deletions

View File

@@ -144,10 +144,6 @@ var (
code: http.StatusBadRequest,
error: errors.New("Negative idle timeout"),
}
ErrNoSpecialHandlerFound = err{
code: http.StatusNotFound,
error: errors.New("Path not found"),
}
ErrCallNotFound = err{
code: http.StatusNotFound,
error: errors.New("Call not found"),