Incorrect warning message on thread pool startup in full AOT:ed Windows build.
[mono.git] / mcs / class / System / System.Net / HttpStatusCode.cs
index f6b72e03253d00caa337cf1bd4920209f2ff0089..4cc32e7fae8fb89174d14fd8d57c3505235d900f 100644 (file)
@@ -73,6 +73,7 @@ namespace System.Net {
                UnsupportedMediaType = 415,
                RequestedRangeNotSatisfiable = 416,
                ExpectationFailed = 417,
+               UpgradeRequired = 426,
                InternalServerError = 500,
                NotImplemented = 501,
                BadGateway = 502,