diff --git a/doc/go1.22.html b/doc/go1.22.html index 42ca2d5f7b7e7..686d42ebae99a 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 AddrPorts. +

+
+
os