From 3508a14a0852d2044991c8229db3721991658c74 Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Fri, 12 Dec 2025 12:05:39 -0800 Subject: [PATCH 1/2] Updated comment on enum System.Net.HttpStatusCode --- xml/System.Net/HttpStatusCode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net/HttpStatusCode.xml b/xml/System.Net/HttpStatusCode.xml index 1d1d10c4572..b6c75f81243 100644 --- a/xml/System.Net/HttpStatusCode.xml +++ b/xml/System.Net/HttpStatusCode.xml @@ -50,7 +50,7 @@ System.Enum - Contains the values of status codes defined for HTTP defined in RFC 2616 for HTTP 1.1. + Contains the values of HTTPO status codes as defined by RFC 7231, section 6. To be added. From bf65f0054c41aac99fe97d0dbcb20e4d6e4fca2d Mon Sep 17 00:00:00 2001 From: Alexander Batishchev Date: Fri, 12 Dec 2025 12:06:58 -0800 Subject: [PATCH 2/2] Fix typo in HTTP status codes summary --- xml/System.Net/HttpStatusCode.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net/HttpStatusCode.xml b/xml/System.Net/HttpStatusCode.xml index b6c75f81243..1a6444185a9 100644 --- a/xml/System.Net/HttpStatusCode.xml +++ b/xml/System.Net/HttpStatusCode.xml @@ -50,7 +50,7 @@ System.Enum - Contains the values of HTTPO status codes as defined by RFC 7231, section 6. + Contains the values of HTTP status codes as defined by RFC 7231, section 6. To be added.