mirror of
https://github.com/astaxie/beego.git
synced 2025-04-05 17:25:59 +00:00
Update error.go
this caused `http: multiple response.WriteHeader calls` when using method `CustomAbort` or `Abort` when status is already in errMap like 404.
This commit is contained in:
parent
4202fe8fe0
commit
c516819c56
1
error.go
1
error.go
@ -453,7 +453,6 @@ 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