diff --git a/application/bog.go b/application/bog.go index 9bf3a5c..4bfc3e0 100644 --- a/application/bog.go +++ b/application/bog.go @@ -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)