Loading src/ssl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1610,7 +1610,7 @@ void netplus::ssl::_tls13_send_finished(bool handshake_keys){ void netplus::ssl::handshake_after_accept(){ std::cerr << "[SSL] handshake_after_accept called, _handshakeDone=" << _handshakeDone << " _hs_tx.size()=" << _hs_tx.size() << std::endl; auto throwSSL = [&](int type, const std::string& msg) { netplus::NetException e; e[type] << "ssl::accept: " << msg; Loading Loading
src/ssl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1610,7 +1610,7 @@ void netplus::ssl::_tls13_send_finished(bool handshake_keys){ void netplus::ssl::handshake_after_accept(){ std::cerr << "[SSL] handshake_after_accept called, _handshakeDone=" << _handshakeDone << " _hs_tx.size()=" << _hs_tx.size() << std::endl; auto throwSSL = [&](int type, const std::string& msg) { netplus::NetException e; e[type] << "ssl::accept: " << msg; Loading