]> Cypherpunks repositories - gostls13.git/commit
net/smtp: ignore HELO error in QUIT
authorIan Lance Taylor <iant@golang.org>
Fri, 25 Oct 2024 00:20:42 +0000 (17:20 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 25 Oct 2024 04:52:06 +0000 (04:52 +0000)
commit2ef8e41f9543478a51a0147a735e4415737de09f
tree389efdb1ac82972c3194d8057180a231ef45612b
parent4226fc597b0f080537cb06e4c8dd640bf6e46c11
net/smtp: ignore HELO error in QUIT

Fixes #70011

Change-Id: I9d8b3ffbd66561eee0efffd54038960acd5fcf64
Reviewed-on: https://go-review.googlesource.com/c/go/+/622476
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/net/smtp/smtp.go
src/net/smtp/smtp_test.go