mirror of https://github.com/golang/go.git
test: another listen on ":0" -> "127.0.0.1:0"
R=r CC=golang-dev https://golang.org/cl/1664043
This commit is contained in:
parent
4a61dbce4c
commit
8bd99ebff5
|
|
@ -15,7 +15,7 @@ import (
|
|||
|
||||
func main() {
|
||||
os.Stdout.Close()
|
||||
var listen, _ = net.Listen("tcp", ":0")
|
||||
var listen, _ = net.Listen("tcp", "127.0.0.1:0")
|
||||
|
||||
go func() {
|
||||
for {
|
||||
|
|
|
|||
Loading…
Reference in New Issue