mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 01:33:53 +00:00
Add status message: 503 Service Unavailable
This commit is contained in:
parent
b557ac9328
commit
126f1d177e
@ -1581,6 +1581,7 @@ inline const char *status_message(int status) {
|
|||||||
case 414: return "Request-URI Too Long";
|
case 414: return "Request-URI Too Long";
|
||||||
case 415: return "Unsupported Media Type";
|
case 415: return "Unsupported Media Type";
|
||||||
case 416: return "Range Not Satisfiable";
|
case 416: return "Range Not Satisfiable";
|
||||||
|
case 503: return "Service Unavailable";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
case 500: return "Internal Server Error";
|
case 500: return "Internal Server Error";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user