mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +00:00
Call MultipartForm.RemoveAll when request finishes (#19606)
This commit is contained in:
@ -100,6 +100,7 @@ func PackageContexter() func(next http.Handler) http.Handler {
|
||||
Resp: NewResponse(resp),
|
||||
Data: map[string]interface{}{},
|
||||
}
|
||||
defer ctx.Close()
|
||||
|
||||
ctx.Req = WithContext(req, &ctx)
|
||||
|
||||
|
Reference in New Issue
Block a user