Skip to content

Commit ed6d949

Browse files
committed
Fix #299
1 parent d28cd3f commit ed6d949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httplib.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,7 @@ inline const char *find_content_type(const std::string &path) {
15611561
inline const char *status_message(int status) {
15621562
switch (status) {
15631563
case 200: return "OK";
1564+
case 204: return "No Content";
15641565
case 206: return "Partial Content";
15651566
case 301: return "Moved Permanently";
15661567
case 302: return "Found";

0 commit comments

Comments
 (0)