We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b557ac9 + 126f1d1 commit e5ca863Copy full SHA for e5ca863
httplib.h
@@ -1581,6 +1581,7 @@ inline const char *status_message(int status) {
1581
case 414: return "Request-URI Too Long";
1582
case 415: return "Unsupported Media Type";
1583
case 416: return "Range Not Satisfiable";
1584
+ case 503: return "Service Unavailable";
1585
1586
default:
1587
case 500: return "Internal Server Error";
0 commit comments