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

Issue 5708055: code review 5708055: net/http: fix ProxyFromEnvironment bug, docs, add tests (Closed)

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

Description

net/http: fix ProxyFromEnvironment bug, docs, add tests Fixes issue 2919 I believe. (gets as far as sending a CONNECT request to my little dummy logging proxy that doesn't actually support CONNECT now.) Untested with a real CONNECT-supporting proxy, though.

Patch Set 1 #

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

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

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

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

Messages

Total messages: 3
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2012-02-29 01:15:57 UTC) #1
rsc
LGTM Much better condition than what I had. I'm happy.
12 years, 2 months ago (2012-02-29 16:20:16 UTC) #2
bradfitz
12 years, 2 months ago (2012-02-29 17:52:51 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=22a735929e40 ***

net/http: fix ProxyFromEnvironment bug, docs, add tests

Fixes issue 2919 I believe. (gets as far as sending a CONNECT
request to my little dummy logging proxy that doesn't actually
support CONNECT now.)  Untested with a real CONNECT-supporting
proxy, though.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5708055
Sign in to reply to this message.

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