close http request body

This commit is contained in:
Chris Lu
2020-11-30 02:45:00 -08:00
parent 0e99531dbf
commit 141ce67c09
2 changed files with 6 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ func (fs *FilerServer) PostHandler(w http.ResponseWriter, r *http.Request) {
)
fs.autoChunk(ctx, w, r, so)
util.CloseRequest(r)
}