@ -55,7 +55,6 @@ func buildHttpMux(file_service domain.BogFileService) *http.ServeMux {
case "POST":
fallthrough
case "PUT":
size_str := r.Header["Content-Length"][0]
size, err := strconv.ParseInt(size_str, 10, 64)