You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# go tool pprof ./project http://localhost:5000/debug/pprof/profile
Fetching profile from http://localhost:5000/debug/pprof/profile
Please wait... (30s)
http fetch http://localhost:5000/debug/pprof/profile: Get http://localhost:5000/debug/pprof/profile: EOF
The URLs in the message are redundant, making the relevant portion less obvious. I propose omitting the redundant URL when the error is of type *url.Error.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?go version go1.8rc2 darwin/amd64
What did you do?
As observed in #18746:
The URLs in the message are redundant, making the relevant portion less obvious. I propose omitting the redundant URL when the error is of type
*url.Error
.The text was updated successfully, but these errors were encountered: