]> Cypherpunks repositories - gostls13.git/commit
net/http: use tls host instead of proxy, when checking against a certificate
authorChristian Himpel <chressie@googlemail.com>
Tue, 25 Sep 2012 16:22:13 +0000 (09:22 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Sep 2012 16:22:13 +0000 (09:22 -0700)
commit1b6d4b5c0a33909c0f17328e6a45c53d939f5ace
tree4a2c9c472ae1b0beee586aa6eb752c2237c8b65e
parent0e6f927108dc785812b6e5ce94cea2ff4ca395cc
net/http: use tls host instead of proxy, when checking against a certificate

Fixes #4152.

R=bradfitz
CC=golang-dev
https://golang.org/cl/6570045
src/pkg/net/http/transport.go