Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls: Set session only once before Client Hello
If the server rejects the session reusage then the client should not re-set the session multiple times in function tls_connect() => During the TLS handshaking / After the new session ticket Otherwise the first connection attempt in the rejection-case will fail. Only the second attempt succeeds.
- Loading branch information