mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 08:10:58 +00:00
fix #2979
This commit is contained in:
parent
bf5c5626ab
commit
2670a86005
@ -957,7 +957,7 @@ func (p *ControllerRegister) handleParamResponse(context *beecontext.Context, ex
|
||||
context.RenderMethodResult(resultValue)
|
||||
}
|
||||
}
|
||||
if !context.ResponseWriter.Started && context.Output.Status == 0 {
|
||||
if !context.ResponseWriter.Started && len(results) > 0 && context.Output.Status == 0 {
|
||||
context.Output.SetStatus(200)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user