Skip to content

Commit 75b9d2b

Browse files
authored
Attempt to fix PostForm cache bug (#1931)
1 parent 73c4633 commit 75b9d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

context.go

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ func (c *Context) reset() {
8383
c.Errors = c.Errors[0:0]
8484
c.Accepted = nil
8585
c.queryCache = nil
86+
c.formCache = nil
8687
}
8788

8889
// Copy returns a copy of the current context that can be safely used outside the request's scope.

0 commit comments

Comments
 (0)