| commit | 5ac9daca088ab4f378d7df849f6c7d28bea86071 | [log] [tgz] |
|---|---|---|
| author | Sean Liao <sean@liao.dev> | Sun Oct 26 22:34:45 2025 +0000 |
| committer | Sean Liao <sean@liao.dev> | Tue Nov 04 13:39:14 2025 -0800 |
| tree | 45ae01a480bc1318fcf4dd1cf183b014b6cae3a0 | |
| parent | d1f64cc67036f272ea900194674afcf71eb3e816 [diff] |
publicsuffix: don't treat ip addresses as domain names While IP addresses are not domain names and probably shouldn't be passed to these functions at all, it seems wrong to have it handle IPv4 and IPv6 differently. Fixes golang/go#32979 Change-Id: Id321a08b552c11d990c3966636b64793f762143f Reviewed-on: https://go-review.googlesource.com/c/net/+/715100 Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.