Commit 8bd99ebf authored by Russ Cox's avatar Russ Cox

test: another listen on ":0" -> "127.0.0.1:0"

R=r
CC=golang-dev
https://golang.org/cl/1664043
parent 4a61dbce
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
func main() { func main() {
os.Stdout.Close() os.Stdout.Close()
var listen, _ = net.Listen("tcp", ":0") var listen, _ = net.Listen("tcp", "127.0.0.1:0")
go func() { go func() {
for { for {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment