Changeset

9170:47ffce31ffe4

net.http.codes: "Correct" range of unassigned codes (thanks pep.)
author Kim Alvefur <zash@zash.se>
date Sun, 12 Aug 2018 01:46:18 +0200
parents 9169:3ec013185c15
children 9171:5f03fe90704f
files net/http/codes.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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";