mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
This commit will change the current behavior on disk-related errors: * HTTP 507 "Insufficient storage" is the status on disk full or over-quota * HTTP 500 "Internal server error" on other disk-related errors previously both were 400 "Bad request"