mirror of
https://github.com/astaxie/beego.git
synced 2025-04-03 22:25:58 +00:00
fix issue #1641
This commit is contained in:
parent
09193213a0
commit
da38cbfe41
1
error.go
1
error.go
@ -424,6 +424,7 @@ func exception(errCode string, ctx *context.Context) {
|
||||
|
||||
func executeError(err *errorInfo, ctx *context.Context, code int) {
|
||||
if err.errorType == errorTypeHandler {
|
||||
ctx.ResponseWriter.WriteHeader(code)
|
||||
err.handler(ctx.ResponseWriter, ctx.Request)
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user