remove unused line
This commit is contained in:
parent
9e5237683d
commit
43bd55001c
|
@ -115,7 +115,7 @@ func setFileRangeHeader(w http.ResponseWriter, fileId string) {
|
|||
received := ""
|
||||
for i, chunk := range chunks {
|
||||
received += fmt.Sprintf("%d-%d", chunk.Start, chunk.End)
|
||||
if i + 1 < len(chunks) {
|
||||
if i+1 < len(chunks) {
|
||||
received += ","
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue