net.http.codes: "Correct" range of unassigned codes (thanks pep.)
authorKim Alvefur <zash@zash.se>
Sun, 12 Aug 2018 01:46:18 +0200
changeset 9173 47ffce31ffe4
parent 9172 3ec013185c15
child 9174 5f03fe90704f
net.http.codes: "Correct" range of unassigned codes (thanks pep.)
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";