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

Issue 12916046: code review 12916046: net: make protocol-specific Dial and Listen return cons... (Closed)

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

Description

net: make protocol-specific Dial and Listen return consistent error value Update issue 4856

Patch Set 1 : diff -r 66cd5698247b https://code.google.com/p/go #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -52 lines) Patch
M src/pkg/net/iprawsock_posix.go View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
M src/pkg/net/ipsock_posix.go View 1 chunk +1 line, -12 lines 0 comments Download
M src/pkg/net/tcpsock_posix.go View 3 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/net/udpsock_posix.go View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M src/pkg/net/unixsock_posix.go View 1 2 6 chunks +10 lines, -18 lines 0 comments Download

Messages

Total messages: 10
mikio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 8 months ago (2013-08-18 10:27:33 UTC) #1
mikio
ping
10 years, 8 months ago (2013-08-22 00:42:19 UTC) #2
bradfitz
I don't have time to review this. R=Dave Cheney maybe? I'm also slightly worried it's ...
10 years, 8 months ago (2013-08-22 01:13:53 UTC) #3
mikio
On 2013/08/22 01:13:53, bradfitz wrote: > I'm also slightly worried it's an API change, but ...
10 years, 8 months ago (2013-08-22 05:55:13 UTC) #4
dfc
On 2013/08/22 05:55:13, mikio wrote: > On 2013/08/22 01:13:53, bradfitz wrote: > > > I'm ...
10 years, 8 months ago (2013-08-22 11:55:50 UTC) #5
dfc
On 2013/08/22 11:55:50, dfc wrote: > On 2013/08/22 05:55:13, mikio wrote: > > On 2013/08/22 ...
10 years, 8 months ago (2013-08-22 12:20:22 UTC) #6
mikio
Hello golang-dev@googlegroups.com, bradfitz@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 7 months ago (2013-08-23 01:10:21 UTC) #7
mikio
ping
10 years, 7 months ago (2013-08-27 02:36:32 UTC) #8
bradfitz
LGTM On Mon, Aug 26, 2013 at 7:36 PM, <mikioh.mikioh@gmail.com> wrote: > ping > > ...
10 years, 7 months ago (2013-08-29 00:41:17 UTC) #9
mikio
10 years, 7 months ago (2013-08-29 01:27:36 UTC) #10
*** Submitted as https://code.google.com/p/go/source/detail?r=05371b52fa00 ***

net: make protocol-specific Dial and Listen return consistent error value

Update issue 4856

R=golang-dev, bradfitz, dave
CC=golang-dev
https://codereview.appspot.com/12916046
Sign in to reply to this message.

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