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

Issue 4953047: code review 4953047: net: return error from Accept when Listener is closed (Closed)

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

Description

net: return error from Accept when Listener is closed Fixes issue 1898

Patch Set 1 #

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

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

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M src/pkg/net/fd.go View 1 1 chunk +1 line, -0 lines 1 comment Download
M src/pkg/net/net_test.go View 1 2 chunks +17 lines, -0 lines 1 comment Download

Messages

Total messages: 7
jmhodges
Hello rsc@golang.org (cc: adg@golang.org, golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 8 months ago (2011-08-26 09:43:21 UTC) #1
bradfitz
http://codereview.appspot.com/4953047/diff/5001/src/pkg/net/net_test.go File src/pkg/net/net_test.go (right): http://codereview.appspot.com/4953047/diff/5001/src/pkg/net/net_test.go#newcode131 src/pkg/net/net_test.go:131: runtime.Gosched() Rather than a Gosched, I'd probably run the ...
12 years, 8 months ago (2011-08-26 09:50:57 UTC) #2
jmhodges
Two things: 1) I can't quite figure out how to get an EAGAIN in the ...
12 years, 8 months ago (2011-08-26 10:43:12 UTC) #3
bradfitz
On Fri, Aug 26, 2011 at 2:42 PM, Jeff Hodges <jeff@somethingsimilar.com>wrote: > > 2) Adding ...
12 years, 8 months ago (2011-08-26 10:53:30 UTC) #4
rsc
http://codereview.appspot.com/4953047/diff/5001/src/pkg/net/fd.go File src/pkg/net/fd.go (right): http://codereview.appspot.com/4953047/diff/5001/src/pkg/net/fd.go#newcode356 src/pkg/net/fd.go:356: fd.cr <- true I don't think this code can ...
12 years, 8 months ago (2011-08-26 20:49:03 UTC) #5
jmhodges
On Fri, Aug 26, 2011 at 1:49 PM, <rsc@golang.org> wrote: > > http://codereview.appspot.com/4953047/diff/5001/src/pkg/net/fd.go > File ...
12 years, 7 months ago (2011-08-28 00:18:13 UTC) #6
jmhodges
12 years, 7 months ago (2011-09-12 00:58:54 UTC) #7
*** Abandoned ***
Sign in to reply to this message.

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