Commit 3efe0f96 authored by jan.koester's avatar jan.koester
Browse files

test

parent ba60798f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1001,6 +1001,7 @@ std::vector<uint8_t> netplus::ssl::_calculateHMAC(

void netplus::ssl::accept(std::unique_ptr<socket> &csock)
{
    csock->setTimeout(1);
    // 1) Accept underlying TCP connection
    tcp::accept(csock);