mirror of
https://github.com/restic/rest-server.git
synced 2026-04-03 16:51:34 -07: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"