Commit 38a105e4 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

http: change localhost URL; maybe fix Windows

R=golang-dev, rsc, bradfitzwork
CC=golang-dev
https://golang.org/cl/4259048
parent 61fd11ef
......@@ -353,7 +353,7 @@ func TestServerTimeouts(t *testing.T) {
// TestIdentityResponse verifies that a handler can unset
func TestIdentityResponse(t *testing.T) {
l, err := net.Listen("tcp", ":0")
l, err := net.Listen("tcp", "127.0.0.1:0")
if err != nil {
t.Fatalf("failed to listen on a port: %v", err)
}
......
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