X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=net%2Fhttp%2Fcodes.lua;h=0cadd07956006e9470202be014879d97b1a38c1a;hb=2c2cf38d1ac841f960da7d36f71fed1d1750ac3f;hp=2e7010277f3ac712b2c1da52ff7ca6d010b1efeb;hpb=3b635da220bdbe28712f7007be430eb6e1283912;p=prosody.git diff --git a/net/http/codes.lua b/net/http/codes.lua index 2e701027..0cadd079 100644 --- a/net/http/codes.lua +++ b/net/http/codes.lua @@ -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";