Fix wrong status code

This commit is contained in:
John Luo 2017-01-06 15:46:00 -08:00
parent 33dd1d965f
commit 3ea2f36449
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace Microsoft.AspNetCore.WebUtilities
{ 505, "HTTP Version Not Supported" },
{ 506, "Variant Also Negotiates" },
{ 507, "Insufficient Storage" },
{ 507, "Loop Detected" },
{ 508, "Loop Detected" },
{ 510, "Not Extended" },
{ 511, "Network Authentication Required" },
};