commit | 3805a431912c233daa6785ec2d0d2b10e4c03bd2 | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Sat Nov 17 14:35:42 2012 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Sat Nov 17 14:35:42 2012 +0900 |
tree | d0987551ec46ff7632a4c64c09a61137b4e12e67 | |
parent | 811c2f5ee82569f0442a8b52d13f68519d989a5c [diff] |
go.net/proxy: fix IP address determination net.IP represents either an IPv4 or IPv6 address. In case of the address of IPv4 node, it uses IPv4-mapped IPv6 address format by default. R=agl, dave CC=golang-dev https://golang.org/cl/6782078