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

Issue 48870045: code review 48870045: net/http: Remove proxy detector for the transport

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

Description

net/http: Remove proxy detector for the transport Fixes issue 7020

Patch Set 1 #

Patch Set 2 : diff -r 65a1b6a436af http://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 65a1b6a436af http://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 65a1b6a436af http://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 591df14d5bed http://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 591df14d5bed http://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 591df14d5bed http://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -2 lines) Patch
M src/pkg/net/http/transport.go View 1 2 3 4 3 chunks +10 lines, -2 lines 0 comments Download
M src/pkg/net/http/transport_test.go View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 15
mattn
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to http://go.googlecode.com/hg/
10 years, 3 months ago (2014-01-08 06:02:46 UTC) #1
mattn
Hello bradfitz, golang-codereviews@googlegroups.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 3 months ago (2014-01-08 06:04:06 UTC) #2
gobot
R=bradfitz@golang.org (assigned by mattn.jp@gmail.com)
10 years, 3 months ago (2014-01-08 06:23:31 UTC) #3
bradfitz
not lgtm This is a data race.
10 years, 3 months ago (2014-01-08 17:41:33 UTC) #4
mattn
Do you mean that breaking compatibility of second argument?
10 years, 3 months ago (2014-01-15 02:22:20 UTC) #5
bradfitz
No, I meant that it's a data race: one goroutine is writing to memory that ...
10 years, 3 months ago (2014-01-15 03:01:03 UTC) #6
mattn
On 2014/01/15 03:01:03, bradfitz wrote: > No, I meant that it's a data race: one ...
10 years, 3 months ago (2014-01-15 04:29:10 UTC) #7
bradfitz
On Tue, Jan 14, 2014 at 8:29 PM, <mattn.jp@gmail.com> wrote: > On 2014/01/15 03:01:03, bradfitz ...
10 years, 3 months ago (2014-01-15 04:36:52 UTC) #8
mattn
> No, this whole approach is wrong. We can't mutate Transport configuration > parameters. > ...
10 years, 3 months ago (2014-01-15 07:38:32 UTC) #9
dvyukov
On 2014/01/15 07:38:32, mattn wrote: > > No, this whole approach is wrong. We can't ...
10 years, 3 months ago (2014-01-15 07:45:56 UTC) #10
mattn
On 2014/01/15 07:45:56, dvyukov wrote: > On 2014/01/15 07:38:32, mattn wrote: > > > No, ...
10 years, 3 months ago (2014-01-15 07:50:00 UTC) #11
dvyukov
On 2014/01/15 07:50:00, mattn wrote: > On 2014/01/15 07:45:56, dvyukov wrote: > > On 2014/01/15 ...
10 years, 3 months ago (2014-01-15 08:10:27 UTC) #12
bradfitz
No, we're not going to mutate Transport.Proxy.
10 years, 3 months ago (2014-01-15 19:25:08 UTC) #13
bradfitz
See counter-proposal: https://codereview.appspot.com/52840043 On Tue, Jan 7, 2014 at 10:02 PM, <mattn.jp@gmail.com> wrote: > Reviewers: ...
10 years, 3 months ago (2014-01-15 21:27:32 UTC) #14
bradfitz
10 years, 3 months ago (2014-01-17 19:14:09 UTC) #15
R=close
Sign in to reply to this message.

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