crypto/tls: add docs detailing the sequence before/after Read()/Write() during TLS handshake #36128
Labels
Documentation
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 did you expect to see?
Documentation (e.g. for Listen()) telling that actual TLS handshake would only occur after Read(), Write() or explicit call to Handshake() as described here:
go/src/crypto/tls/conn.go
Line 1324 in c2edcf4
What did you see instead?
Explicit information only in the Handshake() documentation:
go/src/crypto/tls/conn.go
Line 1324 in c2edcf4
The text was updated successfully, but these errors were encountered: