remove idle_timeout > timeout check. d'oh

This commit is contained in:
Reed Allman
2017-09-21 04:32:56 -07:00
parent caba9e0ec6
commit 84239b4a14
3 changed files with 0 additions and 9 deletions

View File

@@ -156,10 +156,6 @@ var (
code: http.StatusBadRequest,
error: fmt.Errorf("memory value is invalid. 0 < memory < %d", MaxMemory),
}
ErrRoutesTimeoutLongerThanIdle = err{
code: http.StatusBadRequest,
error: errors.New("timeout must be less than idle_timeout"),
}
ErrCallNotFound = err{
code: http.StatusNotFound,
error: errors.New("Call not found"),