Skip to content

Commit

Permalink
doc/go1.4.html: tweak http.Transport.DialTLS wording
Browse files Browse the repository at this point in the history
It doesn't simplify, because it wasn't even possible before.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/164250043
  • Loading branch information
bradfitz committed Oct 30, 2014
1 parent 70dc39e commit f21a02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/go1.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>

<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>
Expand Down

0 comments on commit f21a02a

Please sign in to comment.