]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.html: tweak http.Transport.DialTLS wording
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Oct 2014 13:58:31 +0000 (10:58 -0300)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Oct 2014 13:58:31 +0000 (10:58 -0300)
It doesn't simplify, because it wasn't even possible before.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/164250043

doc/go1.4.html

index 9f65aaf24c20d221260bd3af2c3d7c4b5fb1e808..cb2280cb4de06feb55d971a0de1ff94fca2ff68b 100644 (file)
@@ -678,8 +678,8 @@ Scheme.
 
 <li>The <a href="/pkg/net/http/"><code>net/http</code></a> package's
 <a href="/pkg/net/http/#Request"><code>Transport</code></a> type
-has a new <a href="/pkg/net/http/#Transport.DialTLS"><code>DialTLS</code></a> function
-that simplifies setting up TLS connections.
+has a new <a href="/pkg/net/http/#Transport.DialTLS"><code>DialTLS</code></a> hook
+that allows customizing the behavior of outbound TLS connections.
 </li>
 
 <li>