]> Cypherpunks repositories - gostls13.git/commit
net: don't return a nested error when happy eyeballs dialing
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 19 Dec 2013 01:00:15 +0000 (10:00 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 19 Dec 2013 01:00:15 +0000 (10:00 +0900)
commit7eb45d3c4a0956fc2207001360472ad048e544bc
treeb1ede94c5309d000129dbf7852045b2892c8b6af
parentb682f6de5a9d645a92792e2ffad1956c64b7840f
net: don't return a nested error when happy eyeballs dialing

Also removes an unused variable.

Fixes #6795.

R=adg, dave, bradfitz, gobot
CC=golang-dev
https://golang.org/cl/29440043
src/pkg/net/dial.go