restic/internal/backend/rest
Dominik Schulz f18b8ad425 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-06 21:59:54 +02:00
..
config.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
config_test.go Enhancement: option to send HTTP over unix socket 2024-03-28 17:41:41 +01:00
rest.go Mark HTTP Error 507 as permanent 2025-09-06 21:59:54 +02:00
rest_int_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
rest_test.go improve fprintf related error handling 2024-11-01 17:07:43 +01:00
rest_unix_test.go bump required go version to 1.21 2024-08-10 19:16:10 +02:00