]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: restore printing descriptive errors from net/http/pprof endpoints
authorKale Blankenship <kale@lemnisys.com>
Thu, 15 Jun 2017 00:39:03 +0000 (17:39 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 15 Jun 2017 02:14:24 +0000 (02:14 +0000)
commit90b7058ec4b73fe1da0e94ccd80d78835b6e32cb
tree0d274626ec942f17471bea7b1e208af53c341823
parente1c9a371bb741f8b2d602c1dddab5c5c52d97931
cmd/pprof: restore printing descriptive errors from net/http/pprof endpoints

Restores functionality added in https://golang.org/cl/35564/ which was
lost in https://golang.org/cl/36798/ by the addition of the custom
fetcher to src/cmd/pprof/pprof.go. The custom fetcher overrides the
upstream default.

Change-Id: Ic71e5e475d043276d916298ab5acb5c9b9ad063e
Reviewed-on: https://go-review.googlesource.com/45812
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/pprof/pprof.go