]> Cypherpunks repositories - gostls13.git/commit
net: do not call syscall.Bind twice on windows
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 1 May 2013 00:47:39 +0000 (17:47 -0700)
committerRob Pike <r@golang.org>
Wed, 1 May 2013 00:47:39 +0000 (17:47 -0700)
commitca6b1f3eeb8f8bd658b6bd5b425184b65d42bc8c
tree46ffae2d46d6eb5221798e7cea01c5fb581ed023
parent2a1ca145cf0489160ca284e08eeca4673563c007
net: do not call syscall.Bind twice on windows

Fixes #5355.

R=golang-dev, mikioh.mikioh, bradfitz, r
CC=golang-dev
https://golang.org/cl/8966046
src/pkg/net/dial_test.go
src/pkg/net/fd_unix.go
src/pkg/net/fd_windows.go
src/pkg/net/sock_posix.go