-
Mikio Hara authored
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/13296Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
b026840a