From 09ad867ec2af5b0def3ce5a21bd3a1f16d886302 Mon Sep 17 00:00:00 2001
From: Damien Neil
Date: Wed, 17 Jan 2024 11:59:10 -0800
Subject: [PATCH] doc/go1.22: document net/netip changes
For #61422
Change-Id: Ide818366b035eada4ba04b70b4741fb1891585d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/556396
LUCI-TryBot-Result: Go LUCI
Reviewed-by: Carlos Amedee
Reviewed-by: Dmitri Shuralyov
Auto-Submit: Damien Neil
Reviewed-by: Dmitri Shuralyov
---
doc/go1.22.html | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/doc/go1.22.html b/doc/go1.22.html
index 42ca2d5f7b7e7b..686d42ebae99af 100644
--- a/doc/go1.22.html
+++ b/doc/go1.22.html
@@ -749,7 +749,7 @@ Minor changes to the library
- net/http/cgi
-
-
<\!-- CL 539615 -\->
+
When executing a CGI process, the PATH_INFO
variable is now
always set to the empty string or a value starting with a /
character,
as required by RFC 3875. It was previously possible for some combinations of
@@ -757,19 +757,16 @@
Minor changes to the library
and request URL to violate this requirement.
-<\!-- net/http/cgi -\->
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+- net/netip
+ -
+
+ The new AddrPort
+ function compares two AddrPort
s.
+
+
+
- os
-