mirror of
https://github.com/restic/restic.git
synced 2026-02-03 12:29:37 -05:00
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> |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_test.go | ||
| rest.go | ||
| rest_int_test.go | ||
| rest_test.go | ||
| rest_unix_test.go | ||