]> Cypherpunks repositories - gostls13.git/commit
net/smtp: NewClient: set tls field to true when already using a TLS connection
authorJeff <jeffreyh192@gmail.com>
Thu, 5 Oct 2017 17:11:17 +0000 (10:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 6 Oct 2017 03:29:46 +0000 (03:29 +0000)
commit9005b220e495ee260230ccf00e54e85abd6df808
tree30db629d58ec243fd0243eca8c272d3521010e41
parentd153df8e4b5874692f4948e9c8e10720446058e3
net/smtp: NewClient: set tls field to true when already using a TLS connection

Change-Id: I34008f56c191df0edcaafc20d569bbc6184f89fc
Reviewed-on: https://go-review.googlesource.com/68470
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/smtp/smtp.go
src/net/smtp/smtp_test.go