aboutsummaryrefslogtreecommitdiff
path: root/picohttp.c
diff options
context:
space:
mode:
Diffstat (limited to 'picohttp.c')
-rw-r--r--picohttp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/picohttp.c b/picohttp.c
index be22587..58973bc 100644
--- a/picohttp.c
+++ b/picohttp.c
@@ -110,6 +110,8 @@ static char const *picohttpStatusString(int code)
return "Not Found";
case 414:
return "Request URI Too Long";
+ case 422:
+ return "Unprocessable Entity";
case 500:
return "Internal Server Error";
case 501: