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

Issue 5312048: code review 5312048: http: add ECONNRESET to remote side closed detection on... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by brainman
Modified:
13 years, 3 months ago
Reviewers:
hector, rsc, bradfitz
CC:
golang-dev
Visibility:
Public.

Description

http: add ECONNRESET to remote side closed detection on windows

Patch Set 1 #

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

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

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M src/pkg/http/transport_windows.go View 1 1 chunk +6 lines, -3 lines 3 comments Download
M src/pkg/syscall/ztypes_windows.go View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7
brainman
Hello golang-dev@googlegroups.com (cc: bradfitz@golang.org, hectorchu@gmail.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-10-21 05:43:41 UTC) #1
brainman
I think this bit of code belongs somewhere in the net package. Alex
13 years, 5 months ago (2011-10-21 05:44:19 UTC) #2
bradfitz
LGTM .. with one fear: http://codereview.appspot.com/5312048/diff/5001/src/pkg/http/transport_windows.go File src/pkg/http/transport_windows.go (right): http://codereview.appspot.com/5312048/diff/5001/src/pkg/http/transport_windows.go#newcode17 src/pkg/http/transport_windows.go:17: switch op.Error.(os.Errno) { is ...
13 years, 5 months ago (2011-10-21 06:42:12 UTC) #3
hector
http://codereview.appspot.com/5312048/diff/5001/src/pkg/http/transport_windows.go File src/pkg/http/transport_windows.go (right): http://codereview.appspot.com/5312048/diff/5001/src/pkg/http/transport_windows.go#newcode18 src/pkg/http/transport_windows.go:18: case syscall.WSAESHUTDOWN, syscall.WSAECONNRESET: I thought the error was ERROR_NETNAME_DELETED? ...
13 years, 5 months ago (2011-10-21 08:54:31 UTC) #4
rsc
http://codereview.appspot.com/5312048/diff/5001/src/pkg/http/transport_windows.go File src/pkg/http/transport_windows.go (right): http://codereview.appspot.com/5312048/diff/5001/src/pkg/http/transport_windows.go#newcode5 src/pkg/http/transport_windows.go:5: package http Can this file go way? It was ...
13 years, 5 months ago (2011-10-21 14:47:12 UTC) #5
brainman
On 2011/10/21 14:47:12, rsc wrote: > ... but package net > should not be letting ...
13 years, 5 months ago (2011-10-24 05:09:02 UTC) #6
brainman
13 years, 3 months ago (2011-12-07 04:32:57 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