diff --git a/src/cmd/tusd/http.go b/src/cmd/tusd/http.go index 7afc3e7..37ae865 100644 --- a/src/cmd/tusd/http.go +++ b/src/cmd/tusd/http.go @@ -88,12 +88,7 @@ func postFiles(w http.ResponseWriter, r *http.Request) { } id := uid() -<<<<<<< HEAD if err := dataStore.CreateFile(id, contentRange.Size, contentType); err != nil { -======= - if err := initFile(id, contentRange.Size, contentType); err != nil { - log.Print("FOO4") ->>>>>>> conflict fix reply(w, http.StatusInternalServerError, err.Error()) return }