From 087935164772389620f6112a612a1ff8701cbd41 Mon Sep 17 00:00:00 2001 From: Lino <38247461+l1f@users.noreply.github.com> Date: Thu, 14 Mar 2019 12:09:32 +0100 Subject: [PATCH] Update status.c I'm a teapot --- src/status.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/status.c b/src/status.c index 3171b15..a8dde90 100644 --- a/src/status.c +++ b/src/status.c @@ -212,6 +212,11 @@ struct statusStrings getStatusStrings(int status) { .statusString = "Expectation Failed", .statusFormat = "" }; + case 418: + return (struct statusStrings) { + .statusString = "I'm a teapot", + .statusFormat = "" + }; case 420: return (struct statusStrings) { .statusString = "Policy Not Fulfilled",