context xsrf bug fixed

This commit is contained in:
JessonChan 2016-04-08 14:04:10 +08:00
parent 6362dc397a
commit 301dcfb626
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ func (ctx *Context) Reset(rw http.ResponseWriter, r *http.Request) {
ctx.ResponseWriter.reset(rw)
ctx.Input.Reset(ctx)
ctx.Output.Reset(ctx)
ctx._xsrfToken = ""
}
// Redirect does redirection to localurl with http header status code.