]> Cypherpunks repositories - gostls13.git/commit
net: fix dial race on plan9 and windows
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 8 May 2013 06:19:02 +0000 (16:19 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 8 May 2013 06:19:02 +0000 (16:19 +1000)
commite1922febbec63414db8f756775d4369797775264
tree5479bf5f0452d0ae28e5774579ca310ebe65a519
parent2f326da27e61194320cf925b1e2362603d9306b3
net: fix dial race on plan9 and windows

Fixes #5349.

R=golang-dev, lucio.dere, dsymonds, bradfitz, iant, adg, dave, r
CC=golang-dev
https://golang.org/cl/9159043
src/pkg/net/dial_gen.go
src/pkg/net/dial_gen_test.go [new file with mode: 0644]