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

Issue 141600043: code review 141600043: syscall: mark ECONNRESET, ECONNABORTED as temporary net... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by rsc
Modified:
9 years, 7 months ago
Reviewers:
adg
CC:
golang-codereviews, adg, dvyukov
Visibility:
Public.

Description

syscall: mark ECONNRESET, ECONNABORTED as temporary network errors Fixes issue 6163.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/syscall/syscall_unix.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
rsc
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
9 years, 7 months ago (2014-09-19 02:44:19 UTC) #1
adg
LGTM
9 years, 7 months ago (2014-09-19 02:46:21 UTC) #2
dvyukov
read and recv also return ECONNRESET, in which case it is not temporal you seem ...
9 years, 7 months ago (2014-09-19 02:47:52 UTC) #3
rsc
i am assuming that it will fix the bug report. i am not assuming that ...
9 years, 7 months ago (2014-09-19 03:06:47 UTC) #4
rsc
9 years, 7 months ago (2014-09-19 03:07:39 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=78887283a01a ***

syscall: mark ECONNRESET, ECONNABORTED as temporary network errors

Fixes issue 6163.

LGTM=adg
R=golang-codereviews, adg, dvyukov
CC=golang-codereviews
https://codereview.appspot.com/141600043
Sign in to reply to this message.

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