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

Issue 13457058: code review 13457058: net: fix Close of autobind unix listener (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by albert.strasheim
Modified:
10 years, 7 months ago
Reviewers:
rsc
CC:
mikio, rsc, golang-dev
Visibility:
Public.

Description

net: fix Close of autobind unix listener Fixes issue 6455.

Patch Set 1 #

Patch Set 2 : diff -r 84975e4930dd https://code.google.com/p/go #

Patch Set 3 : diff -r 84975e4930dd https://code.google.com/p/go #

Patch Set 4 : diff -r 84975e4930dd https://code.google.com/p/go #

Patch Set 5 : diff -r 84975e4930dd https://code.google.com/p/go #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M src/pkg/net/unix_test.go View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M src/pkg/net/unixsock_posix.go View 1 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 7
albert.strasheim
Hello mikioh.mikioh@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 7 months ago (2013-09-18 14:36:19 UTC) #1
mikio
could you please file an issue and update the cl descr. will take a look ...
10 years, 7 months ago (2013-09-18 22:44:11 UTC) #2
mikio
https://codereview.appspot.com/13457058/diff/11001/src/pkg/net/unixsock_posix.go File src/pkg/net/unixsock_posix.go (right): https://codereview.appspot.com/13457058/diff/11001/src/pkg/net/unixsock_posix.go#newcode274 src/pkg/net/unixsock_posix.go:274: return &UnixListener{fd, fd.laddr.String()}, nil this is an api change ...
10 years, 7 months ago (2013-09-19 19:58:27 UTC) #3
rsc
https://codereview.appspot.com/13457058/diff/11001/src/pkg/net/unixsock_posix.go File src/pkg/net/unixsock_posix.go (right): https://codereview.appspot.com/13457058/diff/11001/src/pkg/net/unixsock_posix.go#newcode274 src/pkg/net/unixsock_posix.go:274: return &UnixListener{fd, fd.laddr.String()}, nil On 2013/09/19 19:58:28, mikio wrote: ...
10 years, 7 months ago (2013-09-23 20:16:25 UTC) #4
mikio
On Tue, Sep 24, 2013 at 5:16 AM, <rsc@golang.org> wrote: > In what way is ...
10 years, 7 months ago (2013-09-23 23:31:19 UTC) #5
rsc
LGTM
10 years, 7 months ago (2013-09-24 02:27:15 UTC) #6
rsc
10 years, 7 months ago (2013-09-24 02:33:49 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=7e5b0d6ba622 ***

net: fix Close of autobind unix listener

Fixes issue 6455.

R=mikioh.mikioh, rsc
CC=golang-dev
https://codereview.appspot.com/13457058

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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