Commit 8e8d4875 authored by jan.koester's avatar jan.koester
Browse files

test

parent 752ffd56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;