Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(28)

Issue 4550062: code review 4550062: net: re-enable wildcard listening (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by mikio
Modified:
12 years, 11 months ago
Reviewers:
rsc1
CC:
bradfitz, golang-dev
Visibility:
Public.

Description

net: re-enable wildcard listening Fixes issue 1854.

Patch Set 1 #

Patch Set 2 : diff -r 5caba8ea2595 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 5caba8ea2595 https://go.googlecode.com/hg/ #

Total comments: 5

Patch Set 4 : diff -r 7159e585d7fd https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -19 lines) Patch
M src/pkg/net/ipsock.go View 1 2 3 2 chunks +33 lines, -16 lines 0 comments Download
M src/pkg/net/server_test.go View 1 2 chunks +28 lines, -3 lines 0 comments Download

Messages

Total messages: 7
mikio
Hello bradfitz@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 11 months ago (2011-05-20 09:19:10 UTC) #1
bradfitz
http://codereview.appspot.com/4550062/diff/5001/src/pkg/net/ipsock.go File src/pkg/net/ipsock.go (right): http://codereview.appspot.com/4550062/diff/5001/src/pkg/net/ipsock.go#newcode62 src/pkg/net/ipsock.go:62: func favoriteAddrFamily(net string, raddr, laddr sockaddr, mode string) int ...
12 years, 11 months ago (2011-05-20 18:47:08 UTC) #2
mikio
http://codereview.appspot.com/4550062/diff/5001/src/pkg/net/ipsock.go File src/pkg/net/ipsock.go (right): http://codereview.appspot.com/4550062/diff/5001/src/pkg/net/ipsock.go#newcode62 src/pkg/net/ipsock.go:62: func favoriteAddrFamily(net string, raddr, laddr sockaddr, mode string) int ...
12 years, 11 months ago (2011-05-21 09:10:47 UTC) #3
mikio
Hello bradfitz@golang.org, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 11 months ago (2011-05-21 09:11:08 UTC) #4
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=16730ac430be *** net: re-enable wildcard listening Fixes issue 1854. R=bradfitz, golang-dev CC=golang-dev ...
12 years, 11 months ago (2011-05-22 16:48:10 UTC) #5
bradfitz
LGTM On Sat, May 21, 2011 at 2:11 AM, <mikioh.mikioh@gmail.com> wrote: > Hello bradfitz@golang.org, golang-dev@googlegroups.com ...
12 years, 11 months ago (2011-05-22 16:48:24 UTC) #6
rsc1
12 years, 11 months ago (2011-05-31 19:39:42 UTC) #7
The test cannot do wildcard listening, at least not in short mode,
because then all.bash will cause Mac firewall popups.
Also I think it is bad form to listen on public ports, however
briefly, during the Go install.  I will send a CL.

Russ
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b