Code review comment for lp:~chipaca/ubuntu-push/client-session

Revision history for this message
Samuele Pedroni (pedronis) wrote :

237 + lp, err := net.Listen("tcp", ":0")

:0 doesn't mean localhost, I personally don't like tests opening port for the world, so localhost:0 would be better

what does lp stand for?

« Back to merge proposal