Software /
code /
prosody
Changeset
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 |
parents | 4722:1138fd3d5846 |
children | 4724:a8c234332258 |
files | net/http/codes.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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";