restic/internal/backend/rest
Dominik Schulz 48e5c0984e Mark HTTP Error 507 as permanent
This change classifies HTTP error 507 (Insufficient Storage) as a
permanent error that should not be retried. I keep running into
this once in a while and there is literally no point in retrying when
the server is full.

Fixes #5429

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2025-09-05 19:04:16 +02:00
..
config.go
config_test.go
rest.go Mark HTTP Error 507 as permanent 2025-09-05 19:04:16 +02:00
rest_int_test.go
rest_test.go improve fprintf related error handling 2024-11-01 17:07:43 +01:00
rest_unix_test.go