# HG changeset patch # User Kim Alvefur # Date 1534031178 -7200 # Node ID 47ffce31ffe443d1ef1c730021240aff6273ef79 # Parent 3ec013185c15411b66387037230408fa05e5bcde net.http.codes: "Correct" range of unassigned codes (thanks pep.) diff -r 3ec013185c15 -r 47ffce31ffe4 net/http/codes.lua --- a/net/http/codes.lua Sat Aug 11 19:18:13 2018 +0100 +++ b/net/http/codes.lua Sun Aug 12 01:46:18 2018 +0200 @@ -51,7 +51,7 @@ [416] = "Range Not Satisfiable"; -- RFC7233, Section 4.4 [417] = "Expectation Failed"; -- RFC7231, Section 6.5.14 [418] = "I'm a teapot"; -- RFC2324, Section 2.3.2 - -- [418-420] = "Unassigned"; + -- [419-420] = "Unassigned"; [421] = "Misdirected Request"; -- RFC7540, Section 9.1.2 [422] = "Unprocessable Entity"; [423] = "Locked";