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

Issue 13330044: code review 13330044: misc/pprof: work with either LWP::UserAgent or curl (Closed)

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

Description

misc/pprof: work with either LWP::UserAgent or curl Use either LWP::UserAgent or curl to make HTTP requests so it works on Windows (most Perl distros include LWP::UserAgent), and also on OS X (whose Perl at least sometimes doesn't include LWP::UserAgent). Fixes issue 6273

Patch Set 1 #

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

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

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

Patch Set 5 : diff -r b8fea3916afc https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -37 lines) Patch
M misc/pprof View 1 2 3 9 chunks +62 lines, -37 lines 0 comments Download

Messages

Total messages: 8
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 8 months ago (2013-08-29 00:13:40 UTC) #1
brainman
It still works for me here on windows. Alex
11 years, 8 months ago (2013-08-29 01:59:16 UTC) #2
bradfitz
Alex, is that a LGTM? Nobody else will want to give one for perl. On ...
11 years, 8 months ago (2013-08-29 16:00:18 UTC) #3
Charlie Dorian
Please excuse my unfamiliarity, but If I want to try it out, do I type ...
11 years, 8 months ago (2013-08-29 22:35:02 UTC) #4
bradfitz
Yes. But you'll need to run make.bash (or make.bat) to copy it to where "go ...
11 years, 8 months ago (2013-08-29 22:39:00 UTC) #5
brainman
LGTM (I trust you :-) Alex
11 years, 8 months ago (2013-08-29 23:30:30 UTC) #6
brainman
On 2013/08/29 22:39:00, bradfitz wrote: > > But you'll need to run make.bash ... Alternatively ...
11 years, 8 months ago (2013-08-29 23:31:44 UTC) #7
bradfitz
11 years, 8 months ago (2013-08-29 23:42:29 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=bd825a13f08b ***

misc/pprof: work with either LWP::UserAgent or curl

Use either LWP::UserAgent or curl to make HTTP requests so it
works on Windows (most Perl distros include LWP::UserAgent),
and also on OS X (whose Perl at least sometimes doesn't
include LWP::UserAgent).

Fixes issue 6273

R=golang-dev, alex.brainman, cldorian
CC=golang-dev
https://codereview.appspot.com/13330044
Sign in to reply to this message.

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