From d97a45f202fe0beace96e37f40763d32f2520e13 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 30 Oct 2014 10:58:31 -0300 Subject: doc/go1.4.html: tweak http.Transport.DialTLS wording It doesn't simplify, because it wasn't even possible before. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/164250043 --- doc/go1.4.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/go1.4.html b/doc/go1.4.html index 9f65aaf24..cb2280cb4 100644 --- a/doc/go1.4.html +++ b/doc/go1.4.html @@ -678,8 +678,8 @@ Scheme.
  • The net/http package's Transport type -has a new DialTLS function -that simplifies setting up TLS connections. +has a new DialTLS hook +that allows customizing the behavior of outbound TLS connections.
  • -- cgit v1.2.1