@@ -720,6 +720,7 @@ void TlsTransport::doRecv() {
recv(nullptr);
} else {
PLOG_ERROR << "TLS handshake failed";
+ changeState(State::Failed);
}