7b6a571f by astaxie

fix build

1 parent cf82cfee
...@@ -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 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!