restic/internal/backend/retry
Michael Eischer 38654a3bd7 backend/retry: do not log final error if context was canceled
Calls to `List(ctx, ...)` are usually stopped by canceling the context
once no further entries are required by the caller. Thus, don't log the
final error if the used context was canceled.
2024-05-30 18:48:52 +02:00
..
backend_retry.go backend/retry: do not log final error if context was canceled 2024-05-30 18:48:52 +02:00
backend_retry_test.go backend/retry: do not log final error if context was canceled 2024-05-30 18:48:52 +02:00
testing.go Rename unused testing parameter to _ 2023-05-18 21:17:53 +02:00