Descriptioncrypto/tls: add DialWithDialer.
While reviewing uses of the lower-level Client API in code, I found
that in many cases, code was using Client only because it needed a
timeout on the connection. DialWithDialer allows a timeout (and
other values) to be specified without resorting to the low-level API.
Patch Set 1 #Patch Set 2 : diff -r ddb0a733af79 https://code.google.com/p/go/ #Patch Set 3 : diff -r ddb0a733af79 https://code.google.com/p/go/ #Patch Set 4 : diff -r ddb0a733af79 https://code.google.com/p/go/ #
Total comments: 2
Patch Set 5 : diff -r dfc6bcfa4626 https://code.google.com/p/go/ #Patch Set 6 : diff -r dfc6bcfa4626 https://code.google.com/p/go/ #MessagesTotal messages: 6
|