summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-13 08:33:40 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-13 08:33:40 +0000
commit8179edd85cd504058ec7c569ef87eebf5979646e (patch)
tree135f7b982d201b84a9c65694e9860ad8b615aef5
parentdd52df5d39d880d2e72d203ac950f03760115733 (diff)
downloadtipidee-8179edd85cd504058ec7c569ef87eebf5979646e.tar.xz
A very important change
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--src/libtipidee/tipidee_util_defaulttext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtipidee/tipidee_util_defaulttext.c b/src/libtipidee/tipidee_util_defaulttext.c
index d464e48..d26f1d4 100644
--- a/src/libtipidee/tipidee_util_defaulttext.c
+++ b/src/libtipidee/tipidee_util_defaulttext.c
@@ -30,6 +30,7 @@ static struct blah_s const data[] =
{ .status = 413, .reason = "Content Too Large", .text = "Too much data in the request body." },
{ .status = 414, .reason = "URI Too Long", .text = "The request URI had an oversized component." },
{ .status = 416, .reason = "Range Not Satisfiable", .text = 0 },
+ { .status = 420, .reason = "Blaze It", .text = "The client's request was obviously done under influence." },
{ .status = 500, .reason = "Internal Server Error", .text = "There was a server-side issue while processing your request. Sorry." },
{ .status = 501, .reason = "Not Implemented", .text = "The server does not implement this method." },
{ .status = 502, .reason = "Bad Gateway", .text = "There was an issue with the backend while processing your request. Sorry." },