Audit changes
This commit is contained in:
@@ -18,6 +18,7 @@ func (app *App) handlePub(pattern string, fn handlerFunc) {
|
||||
s := app.api.Session_Get(sessionID)
|
||||
|
||||
if r.Method == http.MethodPost {
|
||||
r.Body = http.MaxBytesReader(w, r.Body, 128*1024)
|
||||
r.ParseMultipartForm(64 * 1024)
|
||||
} else {
|
||||
r.ParseForm()
|
||||
|
||||
Reference in New Issue
Block a user