From 1049f88a1da1cd2e042e92b6e3126adc010bc885 Mon Sep 17 00:00:00 2001 From: kingston125 Date: Wed, 4 Feb 2026 17:18:12 -0500 Subject: [PATCH] filelu: add comment for response body wrapping --- backend/filelu/filelu_object.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/filelu/filelu_object.go b/backend/filelu/filelu_object.go index 3867392b0..bd138223b 100644 --- a/backend/filelu/filelu_object.go +++ b/backend/filelu/filelu_object.go @@ -87,6 +87,7 @@ func (o *Object) Open(ctx context.Context, options ...fs.OpenOption) (io.ReadClo } } + // Wrap the response body to handle offset and count var reader io.ReadCloser err = o.fs.pacer.Call(func() (bool, error) { req, err := http.NewRequestWithContext(ctx, "GET", directLink, nil)