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

Issue 97350043: code review 97350043: net/http: treat a few more Accept errors as temporary o... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by bradfitz
Modified:
9 years, 9 months ago
CC:
golang-codereviews
Visibility:
Public.

Description

net/http: treat a few more Accept errors as temporary on Linux Update Issue 6163

Patch Set 1 #

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

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

Patch Set 4 : diff -r 5283a606b755 https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -15 lines) Patch
A src/pkg/net/http/http_linux.go View 1 2 1 chunk +18 lines, -0 lines 1 comment Download
M src/pkg/net/http/server.go View 1 2 chunks +29 lines, -15 lines 0 comments Download

Messages

Total messages: 13
bradfitz
Hello iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
9 years, 11 months ago (2014-05-12 16:53:44 UTC) #1
albert.strasheim
FWIW, I think this is also an issue on other platforms. Not sure if you ...
9 years, 11 months ago (2014-05-12 17:08:02 UTC) #2
bradfitz
I structured the code so additions are easy in separate CLs from people who have ...
9 years, 11 months ago (2014-05-12 17:13:17 UTC) #3
albert.strasheim
On 2014/05/12 17:13:17, bradfitz wrote: > I structured the code so additions are easy in ...
9 years, 11 months ago (2014-05-12 17:16:18 UTC) #4
bradfitz
Sure, done. On Mon, May 12, 2014 at 10:16 AM, <fullung@gmail.com> wrote: > On 2014/05/12 ...
9 years, 11 months ago (2014-05-12 17:18:48 UTC) #5
mikio
https://codereview.appspot.com/97350043/diff/60001/src/pkg/net/http/http_linux.go File src/pkg/net/http/http_linux.go (right): https://codereview.appspot.com/97350043/diff/60001/src/pkg/net/http/http_linux.go#newcode14 src/pkg/net/http/http_linux.go:14: if se, ok := err.(syscall.Errno); ok { fwiw, nested ...
9 years, 11 months ago (2014-05-12 17:55:41 UTC) #6
rsc
not lgtm The reason net.Error exists is to avoid code like this. net/http has no ...
9 years, 11 months ago (2014-05-13 03:45:58 UTC) #7
bradfitz
That's fine with me. I was just nervous touching syscall and changing more behavior this ...
9 years, 11 months ago (2014-05-13 04:08:49 UTC) #8
rsc
Let's punt to 1.4 but plan to change Errno.Temporary.
9 years, 11 months ago (2014-05-13 04:34:04 UTC) #9
dvyukov
ping, let's fix it
9 years, 9 months ago (2014-07-26 08:22:57 UTC) #10
dvyukov
On 2014/05/13 03:45:58, rsc wrote: > not lgtm > > The reason net.Error exists is ...
9 years, 9 months ago (2014-07-26 08:27:20 UTC) #11
ioe
On Saturday, July 26, 2014 10:27:21 AM UTC+2, Dmitry Vyukov wrote: > On 2014/05/13 03:45:58, ...
9 years, 9 months ago (2014-07-26 15:13:16 UTC) #12
rsc
9 years, 9 months ago (2014-08-05 17:57:43 UTC) #13
Still NOT LGTM.

Why does this apply only to HTTP servers and not to other kinds of network
servers? This is still the wrong place for this fix.
Sign in to reply to this message.

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