Skip to content

Commit

Permalink
updating default listener address
Browse files Browse the repository at this point in the history
  • Loading branch information
janardhankrishna-sai committed Dec 15, 2024
1 parent 17366d0 commit f2c6c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ func (te *test) listenAndServe(ts testgrpc.TestServiceServer, listen func(networ
if te.serverInitialConnWindowSize > 0 {
sopts = append(sopts, grpc.InitialConnWindowSize(te.serverInitialConnWindowSize))
}
la := "localhost:0"
la := "[::]:0"
switch te.e.network {
case "unix":
la = "/tmp/testsock" + fmt.Sprintf("%d", time.Now().UnixNano())
Expand Down

0 comments on commit f2c6c00

Please sign in to comment.