commit | e1a5816c9bfcaeceeaeb821e8eea1c61ecd3220e | [log] [tgz] |
---|---|---|
author | Blake Mizerany <blake.mizerany@gmail.com> | Sat Oct 24 16:42:11 2015 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Oct 27 22:14:21 2015 +0000 |
tree | b60ee28ed974bd9860d11a1439d7b12267282443 | |
parent | efe38d9b303b8e4285900e58921667f8fa7b4487 [diff] |
http2: add DialTLS to Transport This commit allows a client of Transport to supply their own Dial function that assumes all TLS checks have been performed and the returned net.Conn is an h2 ready client connection. Change-Id: If35b5c47c3bd6912a990d6cd89feefa3303bb42b Reviewed-on: https://go-review.googlesource.com/16289 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>