mirror of
https://github.com/restic/rest-server.git
synced 2026-08-31 01:16:00 -07:00
173bfb5371
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"