mirror of
https://github.com/astaxie/beego.git
synced 2025-04-29 21:46:51 +00:00
fix build
This commit is contained in:
parent
cf82cfeea2
commit
7b6a571f87
@ -227,7 +227,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request)
|
||||
}
|
||||
|
||||
requestPath := r.URL.Path
|
||||
r.ParseMultipartForm()
|
||||
r.ParseMultipartForm(MaxMemory)
|
||||
|
||||
//user defined Handler
|
||||
for pattern, c := range p.userHandlers {
|
||||
|
Loading…
x
Reference in New Issue
Block a user