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

Issue 5901064: code review 5901064: net/http: reuse http proxy connections for different ht... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by snaury
Modified:
12 years, 8 months ago
Reviewers:
CC:
golang-dev, r2, rsc, bradfitz
Visibility:
Public.

Description

net/http: reuse http proxy connections for different http requests Comment on cache keys above connectMethod says "http to proxy, http anywhere after that", however in reality target address was always included, which prevented http requests to different target addresses to reuse the same http proxy connection.

Patch Set 1 #

Patch Set 2 : diff -r 556341822a38 https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -1 line) Patch
M src/pkg/net/http/proxy_test.go View 1 2 chunks +30 lines, -0 lines 0 comments Download
M src/pkg/net/http/transport.go View 1 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 8
snaury
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 11 months ago (2012-03-26 21:48:44 UTC) #1
r2
This can wait until after Go 1. -rob
12 years, 11 months ago (2012-03-26 21:57:34 UTC) #2
rsc
Thanks but we're close to Go 1, and it's too late for changes like this. ...
12 years, 11 months ago (2012-03-26 21:58:28 UTC) #3
snaury
On 2012/03/26 21:58:28, rsc wrote: > Thanks but we're close to Go 1, and it's ...
12 years, 11 months ago (2012-03-26 22:00:07 UTC) #4
snaury
On 2012/03/26 22:00:07, snaury wrote: > On 2012/03/26 21:58:28, rsc wrote: > > Thanks but ...
12 years, 10 months ago (2012-05-17 21:24:06 UTC) #5
bradfitz
LGTM Thanks for finding this.
12 years, 9 months ago (2012-05-28 17:45:49 UTC) #6
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=d0bc02d414c7 *** net/http: reuse http proxy connections for different http requests Comment ...
12 years, 9 months ago (2012-05-28 17:46:57 UTC) #7
snaury
12 years, 8 months ago (2012-07-02 18:59:11 UTC) #8
*** Abandoned ***
Sign in to reply to this message.

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