Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Dec 22, 2019
1 parent d28cd3f commit ed6d949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,7 @@ inline const char *find_content_type(const std::string &path) {
inline const char *status_message(int status) {
switch (status) {
case 200: return "OK";
case 204: return "No Content";
case 206: return "Partial Content";
case 301: return "Moved Permanently";
case 302: return "Found";
Expand Down

0 comments on commit ed6d949

Please sign in to comment.