if (action == PostIoAction::Close || info_->state() != Ssl::SocketState::HandshakeComplete) {
absl::string_view cert_validation_error = extended_socket_info->certificateValidationError();
if (action == PostIoAction::Close || info_->state() != Ssl::SocketState::HandshakeComplete) {
void SslSocket::onConnected() { ASSERT(info_->state() == Ssl::SocketState::PreHandshake); }