fix build
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -227,7 +227,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) | ... | @@ -227,7 +227,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) |
| 227 | } | 227 | } |
| 228 | 228 | ||
| 229 | requestPath := r.URL.Path | 229 | requestPath := r.URL.Path |
| 230 | r.ParseMultipartForm() | 230 | r.ParseMultipartForm(MaxMemory) |
| 231 | 231 | ||
| 232 | //user defined Handler | 232 | //user defined Handler |
| 233 | for pattern, c := range p.userHandlers { | 233 | for pattern, c := range p.userHandlers { | ... | ... |
-
Please register or sign in to post a comment