Merge pull request from l1f/patch-1

Update status.c
This commit is contained in:
overflowerror 2019-03-14 14:54:11 +01:00 committed by GitHub
commit 6ba62ec282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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