]> Cypherpunks repositories - gostls13.git/commit
net/smtp: match actual behavior for Auth.Start
authorSean Liao <seankhliao@gmail.com>
Tue, 8 Feb 2022 21:34:13 +0000 (22:34 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 8 Feb 2022 23:39:48 +0000 (23:39 +0000)
commit6749dd40b31dbcfae2eb91deb93989899b868617
tree3f6877044c25769b76b02518e802a2f0fdc82638
parent0b7e586e485d4790b240354513acbb8438bb842f
net/smtp: match actual behavior for Auth.Start

Looking at history, it appears to never have worked as documented.

Fixes #48759

Change-Id: I066307c28e3ed1875c1c4049bade62e2818dd400
Reviewed-on: https://go-review.googlesource.com/c/go/+/383998
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Mui <cherryyz@google.com>
src/net/smtp/auth.go