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",