]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: remove redundant URLs from error messages in fetch.FetchURL
authorIbrahim AshShohail <ibra.sho@gmail.com>
Tue, 24 Jan 2017 19:20:04 +0000 (22:20 +0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Feb 2017 21:10:04 +0000 (21:10 +0000)
commit5b1c6efb314f1426c22a7ba9c5983f41b28e76a7
treed81c520145845ce3e50553a631edff8bf6b3d273
parent1ef3a77e182b322eaaaf767eb176a093f5f68282
cmd/pprof: remove redundant URLs from error messages in fetch.FetchURL

Errors from http.Client already includes the URL in the message.

Fixes #18754

Change-Id: I65fc25a8f3aa6a2d4627aac3fb47eed8d3c4151a
Reviewed-on: https://go-review.googlesource.com/35650
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/pprof/internal/fetch/fetch.go