Skip to content

Commit

Permalink
see what fails with lazy change
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <jkoberg@owncloud.com>
  • Loading branch information
kobergj committed Dec 17, 2021
1 parent f239592 commit 8e41ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rhttp/datatx/utils/download/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func GetOrHeadFile(w http.ResponseWriter, r *http.Request, fs storage.FS, spaceI
ref = &provider.Reference{
ResourceId: &provider.ResourceId{StorageId: storageid, OpaqueId: opaqeid},
// ensure the relative path starts with '.'
Path: utils.MakeRelativePath(fn),
// Path: utils.MakeRelativePath(fn),
}
}
// TODO check preconditions like If-Range, If-Match ...
Expand Down

0 comments on commit 8e41ebb

Please sign in to comment.