We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c4633 commit 75b9d2bCopy full SHA for 75b9d2b
context.go
@@ -83,6 +83,7 @@ func (c *Context) reset() {
83
c.Errors = c.Errors[0:0]
84
c.Accepted = nil
85
c.queryCache = nil
86
+ c.formCache = nil
87
}
88
89
// Copy returns a copy of the current context that can be safely used outside the request's scope.
0 commit comments