mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 13:30:40 +00:00
delete write body from context.Redirect
This commit is contained in:
@ -16,7 +16,6 @@ type Context struct {
|
||||
func (ctx *Context) Redirect(status int, localurl string) {
|
||||
ctx.Output.Header("Location", localurl)
|
||||
ctx.Output.SetStatus(status)
|
||||
ctx.Output.Body([]byte(" "))
|
||||
}
|
||||
|
||||
func (ctx *Context) Abort(status int, body string) {
|
||||
|
Reference in New Issue
Block a user