rename Creation element in Tus-Extension

This commit is contained in:
Acconut 2015-03-23 18:20:53 +01:00
parent 95d642a637
commit dcc04b648e
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ func (handler *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
header.Set("Tus-Version", "1.0.0")
header.Set("Tus-Extension", "file-creation,concatenation,termination")
header.Set("Tus-Extension", "creation,concatenation,termination")
w.WriteHeader(http.StatusNoContent)
return