Skip to content

Commit

Permalink
Merge branch 'master' into chris/nextcloud-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Sep 19, 2023
2 parents 9c8e2a7 + 7faa3a3 commit b404fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ type DownloadObjectOption func(http.Header)

func DownloadWithRange(offset, length int64) DownloadObjectOption {
return func(h http.Header) {
fmt.Println("rangeWith", offset, length)
if length == -1 {
h.Set("Range", fmt.Sprintf("bytes=%v-", offset))
} else {
Expand Down

0 comments on commit b404fe5

Please sign in to comment.