Fix wrong status code
This commit is contained in:
parent
33dd1d965f
commit
3ea2f36449
|
|
@ -73,7 +73,7 @@ namespace Microsoft.AspNetCore.WebUtilities
|
||||||
{ 505, "HTTP Version Not Supported" },
|
{ 505, "HTTP Version Not Supported" },
|
||||||
{ 506, "Variant Also Negotiates" },
|
{ 506, "Variant Also Negotiates" },
|
||||||
{ 507, "Insufficient Storage" },
|
{ 507, "Insufficient Storage" },
|
||||||
{ 507, "Loop Detected" },
|
{ 508, "Loop Detected" },
|
||||||
{ 510, "Not Extended" },
|
{ 510, "Not Extended" },
|
||||||
{ 511, "Network Authentication Required" },
|
{ 511, "Network Authentication Required" },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue