mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
When making a request to an IPv6 address with a zone identifier, for exmaple [fe80::1%en0], RFC 6874 says HTTP clients must remove the zone identifier "%en0" before writing the request for security reason. This change removes any IPv6 zone identifer attached to URI in the Host header field in requests. See golang/go#9544. Change-Id: Ie5d18a0bc5f2768a95c59ec2b159ac0abdf685e8 Reviewed-on: https://go-review.googlesource.com/13296 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>