mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
Update to version 8.5.1. It contains a minor fix. Read HISTORY.md
https://github.com/kataras/iris/blob/master/HISTORY.md#tu-10-october-2017--v851 Former-commit-id: af1424c691613ccde911bef7d1371aa52e6abb79
This commit is contained in:
@@ -131,7 +131,7 @@ func (t TController) HandlerOf(methodFunc methodfunc.MethodFunc) context.Handler
|
||||
t.persistenceController.Handle(c)
|
||||
}
|
||||
|
||||
// if previous (binded) handlers stoped the execution
|
||||
// if previous (binded) handlers stopped the execution
|
||||
// we should know that.
|
||||
if ctx.IsStopped() {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user