Skip to content

Commit 8e41ebb

Browse files
committed
see what fails with lazy change
Signed-off-by: jkoberg <[email protected]>
1 parent f239592 commit 8e41ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rhttp/datatx/utils/download/download.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func GetOrHeadFile(w http.ResponseWriter, r *http.Request, fs storage.FS, spaceI
5858
ref = &provider.Reference{
5959
ResourceId: &provider.ResourceId{StorageId: storageid, OpaqueId: opaqeid},
6060
// ensure the relative path starts with '.'
61-
Path: utils.MakeRelativePath(fn),
61+
// Path: utils.MakeRelativePath(fn),
6262
}
6363
}
6464
// TODO check preconditions like If-Range, If-Match ...

0 commit comments

Comments
 (0)