# HG changeset patch # User Matthew Wild # Date 1335549291 -3600 # Node ID 198b11ed196ad56ad3b08207f304856d2548051a # Parent 1138fd3d584657b30c60a54b3bf8cfeb6683d425 net.http.codes: Add missing 418 status code diff -r 1138fd3d5846 -r 198b11ed196a net/http/codes.lua --- 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";