Add status message: 503 Service Unavailable

This commit is contained in:
Valentin Vanelslande 2020-01-16 00:59:24 -05:00 committed by GitHub
parent b557ac9328
commit 126f1d177e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1581,6 +1581,7 @@ inline const char *status_message(int status) {
case 414: return "Request-URI Too Long";
case 415: return "Unsupported Media Type";
case 416: return "Range Not Satisfiable";
case 503: return "Service Unavailable";
default:
case 500: return "Internal Server Error";