mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
fix future issues like #1607
This commit is contained in:
@@ -259,7 +259,7 @@ func ingoreMainHandlerName(name string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
// Filter is just a type of func(Handler) bool which reports whether an action must be performed
|
||||
// Filter is just a type of func(Context) bool which reports whether an action must be performed
|
||||
// based on the incoming request.
|
||||
//
|
||||
// See `NewConditionalHandler` for more.
|
||||
|
||||
Reference in New Issue
Block a user