mod_s2s: Log certificate identity validation result
[prosody.git] / net / http / codes.lua
index 2e7010277f3ac712b2c1da52ff7ca6d010b1efeb..0cadd07956006e9470202be014879d97b1a38c1a 100644 (file)
@@ -44,6 +44,7 @@ local response_codes = {
        [415] = "Unsupported Media Type";
        [416] = "Requested Range Not Satisfiable";
        [417] = "Expectation Failed";
+       [418] = "I'm a teapot";
        [422] = "Unprocessable Entity";
        [423] = "Locked";
        [424] = "Failed Dependency";