]> Cypherpunks repositories - gostls13.git/commit
http: Transport: with TLS InsecureSkipVerify, skip hostname check
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Oct 2011 15:14:38 +0000 (08:14 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Oct 2011 15:14:38 +0000 (08:14 -0700)
commit2cab897ce055fd753821a85a2134affe64ffe8cb
treefa11170bb4f5fec257e5d79b9686cabe4d50108b
parent8bfb2171233d5738fe592f001f318969f8228c97
http: Transport: with TLS InsecureSkipVerify, skip hostname check

Fixes #2386

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5312045
src/pkg/http/client_test.go
src/pkg/http/transport.go