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

Issue 5269044: code review 5269044: http: shut up a false Transport warning on Windows (Closed)

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

Description

http: shut up a false Transport warning on Windows Fixes issue 2057

Patch Set 1 #

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

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

Patch Set 4 : diff -r 22e7ae0f52e3 https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -1 line) Patch
M src/pkg/http/Makefile View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/http/transport.go View 1 1 chunk +13 lines, -1 line 0 comments Download
A src/pkg/http/transport_windows.go View 1 1 chunk +21 lines, -0 lines 1 comment Download

Messages

Total messages: 7
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-10-14 18:10:10 UTC) #1
bradfitz
I'm sure this isn't comprehensive but it fixes it for my Windows system, and it ...
13 years, 5 months ago (2011-10-14 18:12:16 UTC) #2
rsc
LGTM i guess
13 years, 5 months ago (2011-10-14 18:24:34 UTC) #3
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=461aaa349934 *** http: shut up a false Transport warning on Windows Fixes ...
13 years, 5 months ago (2011-10-14 18:31:03 UTC) #4
frichter
FYI - from http://msdn.microsoft.com/en-us/library/ms819775.aspx // // MessageId: WSAESHUTDOWN // // MessageText: // // A request ...
13 years, 5 months ago (2011-10-15 05:27:39 UTC) #5
brainman
LGTM http://codereview.appspot.com/5269044/diff/3004/src/pkg/http/transport_windows.go File src/pkg/http/transport_windows.go (right): http://codereview.appspot.com/5269044/diff/3004/src/pkg/http/transport_windows.go#newcode16 src/pkg/http/transport_windows.go:16: // TODO(bradfitz): find the symbol for 10058 It ...
13 years, 5 months ago (2011-10-15 05:33:27 UTC) #6
hector
13 years, 5 months ago (2011-10-15 11:05:53 UTC) #7
Might want to add ECONNRESET to the common case as well.
Sign in to reply to this message.

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