From 8179edd85cd504058ec7c569ef87eebf5979646e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 13 Oct 2023 08:33:40 +0000 Subject: A very important change Signed-off-by: Laurent Bercot --- src/libtipidee/tipidee_util_defaulttext.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtipidee/tipidee_util_defaulttext.c') 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." }, -- cgit v1.3.1