crypto/tls: using TLS 1.3 renders incorrect behavior for IMAP #36234
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Playground
go run main.go
What did you expect to see?
* OK [CAPABILITY IMAP4rev1 SASL-IR AUTH=PLAIN AUTH=XOAUTH2 AUTH=OAUTHBEARER ID MOVE NAMESPACE XYMHIGHESTMODSEQ UIDPLUS LITERAL+ CHILDREN X-MSG-EXT OBJECTID] IMAP4rev1 Hello
What did you see instead?
The aforementioned string repeated twice.
This problem does not occur using openssl client:
If I disable TLS 1.3, the problem does not occur:
The text was updated successfully, but these errors were encountered: