]> Cypherpunks repositories - gostls13.git/commit
net: fix data race in benchmarks
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 1 Apr 2015 03:21:15 +0000 (12:21 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 1 Apr 2015 22:02:41 +0000 (22:02 +0000)
commit93553dd216e59cb382d61e2352a2afb4b28135a6
tree9112b7195050f11194eb52e85ed76e12f6c741e8
parent9b696be08bd252c29de61740951dc8f0b115bfc4
net: fix data race in benchmarks

Fixes #10307.

Change-Id: If70f36a6f1c4e465a47a0bc4d38b318424111106
Reviewed-on: https://go-review.googlesource.com/8330
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/dnsclient_unix_test.go
src/net/dnsname_test.go
src/net/interface_test.go
src/net/ip_test.go
src/net/main_test.go
src/net/tcp_test.go