rename Creation element in Tus-Extension
This commit is contained in:
parent
95d642a637
commit
dcc04b648e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue