]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: add options to skip tls verification
authorPatrick Lee <pattyshack101@gmail.com>
Sat, 12 Nov 2016 03:24:07 +0000 (19:24 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 12 Nov 2016 18:30:15 +0000 (18:30 +0000)
commit2f497263e4ff6121a1ba80e7a57e950061896626
tree8ba7ea43bb65047b4e5ee8092f58190fc5a93b97
parent4966150af0139b5f26a943eb4c33fe5cb6758043
cmd/pprof: add options to skip tls verification

Don't verify tls host when profiling https+insecure://host/port/...,
as per discussion in https://go-review.googlesource.com/#/c/20885/.

Fixes: #11468
Change-Id: Ibfc236e5442a00339334602a4014e017c62d9e7a
Reviewed-on: https://go-review.googlesource.com/33157
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