Software /
code /
prosody
Diff
net/http/codes.lua @ 4723:198b11ed196a
net.http.codes: Add missing 418 status code
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 27 Apr 2012 18:54:51 +0100 |
parent | 4631:fc5d3b053454 |
child | 6694:fc45dc6d604c |
line wrap: on
line diff
--- a/net/http/codes.lua Fri Apr 27 18:40:44 2012 +0100 +++ b/net/http/codes.lua Fri Apr 27 18:54:51 2012 +0100 @@ -44,6 +44,7 @@ [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";