You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lume/src/notes/2026/ipv6-zones-go-url.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Yields:
87
87
fe80::4%eth0
88
88
```
89
89
90
-
In theory, there is guidance for how to properly handle IPv6 zones in user interfaces in [RFC 9884](https://www.rfc-editor.org/rfc/rfc9844.txt)~~, but there's no such guidance for URLs~~. Go also does not seem to follow this RFC in [net/url](https://pkg.go.dev).
90
+
In theory, there is guidance for how to properly handle IPv6 zones in user interfaces in [RFC 9844](https://www.rfc-editor.org/rfc/rfc9844.txt)~~, but there's no such guidance for URLs~~. Go also does not seem to follow this RFC in [net/url](https://pkg.go.dev).
91
91
92
92
<Convname="Cadey"mood="coffee">
93
93
EDIT: It seems that this behaviour is compliant with [RFC 6874](https://www.rfc-editor.org/rfc/rfc6874.html) and that this is in fact how it is meant to be done.
0 commit comments