]> Cypherpunks repositories - gostls13.git/commit
net/rpc: listen on localhost, let kernel pick port
authorRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 03:08:07 +0000 (23:08 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 03:08:07 +0000 (23:08 -0400)
commit3492ee5d3a7f7d41194378d9e1d74fadacef0c5e
tree684f8caf66075815f5e1de8b5f67ff6c2345ac86
parentf3eece74922b55dcf279477a2c2267571dba82fa
net/rpc: listen on localhost, let kernel pick port

This avoids a pop-up box on OS X and it avoids
a test failure if something is using 5555.
I apologize for not noticing this during the review.

TBR=r
CC=golang-codereviews
https://golang.org/cl/152320044
src/net/rpc/client_test.go