From: Damien Neil Date: Wed, 17 Jan 2024 19:59:10 +0000 (-0800) Subject: doc/go1.22: document net/netip changes X-Git-Tag: go1.22rc2~7^2~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=97daa6e94296980b4aa2dac93a938a5edd95ce93;p=gostls13.git 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 --- diff --git a/doc/go1.22.html b/doc/go1.22.html index 42ca2d5f7b..686d42ebae 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -749,7 +749,7 @@ We plan to include an API migration tool in a future release, likely Go 1.23.
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 @@ We plan to include an API migration tool in a future release, likely Go 1.23. and request URL to violate this requirement.

-
<\!-- net/http/cgi -\-> - - - - - - - - - - - - + + +
net/netip
+
+

+ The new AddrPort + function compares two AddrPorts. +

+
+
os