commit | cd34c46d3f8cc7bafd96cb48cda8f12bb6f9b41b | [log] [tgz] |
---|---|---|
author | Mikio Hara <mikioh.mikioh@gmail.com> | Tue Jan 29 03:24:44 2013 +0900 |
committer | Mikio Hara <mikioh.mikioh@gmail.com> | Tue Jan 29 03:24:44 2013 +0900 |
tree | 1c693ee6a171356580142ff18674f20c701086ba | |
parent | 617911444df94f2e45e599b89409831d7d6741f0 [diff] |
go.net/proxy: fix desired destination address in SOCKS5 CONNECT Both types IPv6 IPv4-mapped address and IPv4-compatible address are not allowed to be used in wire protocols. Fixes golang/go#4709. Thank you raptium for original CL 6922050. R=golang-dev, agl CC=golang-dev, raptium https://golang.org/cl/7220047