mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
remove idle_timeout > timeout check. d'oh
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user